Skip to content

Commit

Permalink
try fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami authored Nov 12, 2023
1 parent 831f4f3 commit 25680a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: flutter pub get
- name: Build Application
run: flutter build windows

- uses: actions/upload-artifact@v3
with:
name: Windows Artifact
Expand All @@ -36,11 +37,11 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'

- uses: ashutoshvarma/[email protected]

- name: Install dependencies
run: flutter pub get
run: |-
flutter pub get
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev
- name: Build Application
run: flutter build linux

Expand All @@ -62,6 +63,7 @@ jobs:
run: flutter pub get
- name: Build Application
run: flutter build macos

- uses: actions/upload-artifact@v3
with:
name: MacOS Artifact
Expand Down

0 comments on commit 25680a6

Please sign in to comment.