Skip to content

Commit

Permalink
fix: snapcraft build (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams authored Jan 3, 2024
1 parent c758a25 commit 5456774
Show file tree
Hide file tree
Showing 5 changed files with 788 additions and 812 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ omit =
directory = coverage/html

[report]
fail_under = 73
fail_under = 75
7 changes: 6 additions & 1 deletion .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
- uses: snapcore/action-build@v1
id: snapcraft
- run: |
sudo snap install --devmode *.snap
sudo apt-get update
sudo apt-get install libportaudio2
- run: sudo snap install --devmode *.snap
- run: |
cd $HOME
xvfb-run buzz --version
- uses: actions/upload-artifact@v3
with:
name: snap
Expand Down
Loading

0 comments on commit 5456774

Please sign in to comment.