Skip to content

Commit

Permalink
ci: use sudo for installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Dec 19, 2022
1 parent 76b783a commit ca6ceb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
curl -sLO https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage
apt-get update
apt-get install fuse libfuse2
sudo apt-get update
sudo apt-get install -y fuse libfuse2
- name: Build AppImage (x86_64)
env:
Expand Down

0 comments on commit ca6ceb8

Please sign in to comment.