diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index 91140ae..bb736fe 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -19,9 +19,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install snapcraft and deps + - name: Install snapcraft run: | - sudo snap install snapcraft + sudo snap install snapcraft --classic - name: Build the snap # Build the snap for the specified architecture in the matrix strategy above and save the snap file path to an output id: build-snap