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 27, 2023
1 parent 731ceda commit 311218e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
id: snapcraft
- run: |
sudo snap install --devmode *.snap
buzz --version
- uses: actions/upload-artifact@v3
with:
name: snap
Expand Down
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ parts:
buzz:
plugin: python
source: .
# build-packages:
# - execstack
build-packages:
- portaudio19-dev
- python3-pip
stage-packages:
- ffmpeg
- libportaudio2
Expand All @@ -95,10 +96,9 @@ parts:
curl -sSL https://install.python-poetry.org | python3 -
# Install all Poetry dependencies globally
poetry config virtualenvs.create false
poetry config virtualenvs.path "$SNAPCRAFT_PART_INSTALL"
poetry install
poetry build
craftctl default
after: [ desktop-qt5 ]

desktop-file:
Expand Down

0 comments on commit 311218e

Please sign in to comment.