Skip to content

Commit

Permalink
damn
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Aug 22, 2024
1 parent 85acaf7 commit 9265a8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
cache-sdk: true

- name: Install Dependencies
run: apt install libgtk-3-0 libblkid1 liblzma5
run: |-
sudo apt update
sudo apt install libgtk-3-0 libblkid1 liblzma5
- name: Build
run: flutter build linux
Expand Down

0 comments on commit 9265a8f

Please sign in to comment.