Skip to content

Commit

Permalink
Install snapcraft for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
XuluWarrior committed Sep 14, 2024
1 parent 8141d5a commit efaced0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

- name: build-linux
if: matrix.os == 'ubuntu-latest'
run: npm run build:linux
run: |
sudo snap install snapcraft --classic
npm run build:linux
- name: build-mac
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit efaced0

Please sign in to comment.