Skip to content

Commit

Permalink
fix: snapcraft build
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Dec 28, 2023
1 parent dc47224 commit eb0680c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
id: snapcraft
- run:
sudo apt-get install --no-install-recommends libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-shape0 libxcb-cursor0 libportaudio2
- run: |
sudo snap install --devmode *.snap
buzz --version
- run: sudo snap install --devmode *.snap
- run: buzz --version
working-directory: $HOME
- uses: actions/upload-artifact@v3
with:
name: snap
Expand Down

0 comments on commit eb0680c

Please sign in to comment.