Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Aug 22, 2024
1 parent 57bb99d commit 85acaf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
version: 3.24.1
cache-sdk: true

- name: Install Dependencies
run: apt install libgtk-3-0 libblkid1 liblzma5

- name: Build
run: flutter build linux

Expand Down

0 comments on commit 85acaf7

Please sign in to comment.