Skip to content

Commit

Permalink
Fixes apt usage
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib authored Jan 20, 2023
1 parent b549812 commit aa97f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
apt update
apt install -y libfuse2
sudo apt update
sudo apt install -y libfuse2
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build AppImage
Expand Down

0 comments on commit aa97f93

Please sign in to comment.