Skip to content

Commit

Permalink
Try to fix workflow on apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
son-link committed May 15, 2023
1 parent b812116 commit 685cc49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt update && sudo apt-get install -yq fuse libdbus-1-dev
sudo apt clean
sudo apt update && sudo apt-get install -yq fuse libdbus-1-dev --fix-missing
- name: Create AppImage
run: |
Expand Down

0 comments on commit 685cc49

Please sign in to comment.