Skip to content

Commit

Permalink
fix(ci): re-enable snap
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Dec 10, 2024
1 parent 7f8c8d3 commit a4e5210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
snap-builder:
name: "Snap Builder"
runs-on: ubuntu-latest
if: ${{ false }} # disable until snap updates the sdk to GNOME 47
# if: ${{ false }} # disable until snap updates the sdk to GNOME 47
needs: [ lint ]
strategy:
matrix:
Expand Down
3 changes: 3 additions & 0 deletions build-aux/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ parts:
build-packages:
- libjson-glib-dev
- libsecret-1-dev
- libgstreamer1.0-dev
- libgstreamer-plugins-base1.0-dev
- libgstreamer-plugins-good1.0-dev

0 comments on commit a4e5210

Please sign in to comment.