Skip to content

Commit aa97f93

Browse files
authored
Fixes apt usage
1 parent b549812 commit aa97f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
python-version: "3.10"
1717
- name: Install dependencies
1818
run: |
19-
apt update
20-
apt install -y libfuse2
19+
sudo apt update
20+
sudo apt install -y libfuse2
2121
python -m pip install --upgrade pip
2222
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2323
- name: Build AppImage

0 commit comments

Comments
 (0)