Skip to content

Commit

Permalink
fix: actions linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Aug 23, 2024
1 parent 5fbfa72 commit a083232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Update apt
run: sudo apt update
- name: Intall requird Dependencies
run: sudo apt -y install ninja-build libgtk-3-dev libblkid-dev libwebkit2gtk-4.0-dev
run: sudo apt --fix-broken -y install ninja-build libgtk-3-dev libblkid-dev libwebkit2gtk-4.0-dev
- name: Upgrades flutter
run: flutter upgrade
- name: Enable linux
Expand Down

0 comments on commit a083232

Please sign in to comment.