Skip to content

Commit

Permalink
install snapcraft in linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Doumen committed Jan 4, 2025
1 parent 90dc279 commit a322a14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
SECRET_FILE: ${{ secrets.SECRET_FILE }}
run: |
echo $SECRET_FILE > ./src/secrets.json
- name: Install snapcraft
run: sudo snap install snapcraft --classic

- name: install libusb
run: |
sudo apt-get update
Expand Down

0 comments on commit a322a14

Please sign in to comment.