Skip to content

Commit

Permalink
Fix snap build?
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 11, 2024
1 parent 9f1a5c4 commit b2c03fe
Showing 1 changed file with 1 addition 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 @@ -210,7 +210,7 @@ jobs:
run: npm ci
- name: Install Linux packages
run: |
sudo apt-get update; sudo apt-get install --no-install-recommends -y libarchive-tools snapcraft
sudo apt-get update; sudo apt-get install --no-install-recommends -y libarchive-tools snapd
- name: Install flatpak packages
if: matrix.format == 'flatpak'
run: |
Expand Down

0 comments on commit b2c03fe

Please sign in to comment.