diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 45d7c6d..23dcd7a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,6 +12,9 @@ jobs: - uses: actions/checkout@v3 with: submodules: 'recursive' + + - name: Use Snapcraft + uses: snapcore/action-build@v1 - name: Use Node.js 16.x uses: actions/setup-node@v1