Skip to content

Commit

Permalink
Fix linux build again
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Aug 22, 2024
1 parent 9265a8f commit fbaf2f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Dependencies
run: |-
sudo apt update
sudo apt install libgtk-3-0 libblkid1 liblzma5
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev patchelf locate libfuse2
- name: Build
run: flutter build linux
Expand All @@ -63,7 +63,7 @@ jobs:
path: build

android:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout
Expand All @@ -76,6 +76,11 @@ jobs:
channel: 'stable'
version: 3.24.1
cache-sdk: true
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- name: Build
run: flutter build apk
Expand Down

0 comments on commit fbaf2f2

Please sign in to comment.