Skip to content

Commit

Permalink
chore: build flutter linux desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Aug 28, 2023
1 parent cfd996a commit 86b0a9b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ on:

jobs:
main:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter SDK
uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.13.1
channel: "stable"
architecture: x64
- working-directory: "flutter"
run: flutter build macos
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter config --enable-linux-desktop
- run: flutter build linux

0 comments on commit 86b0a9b

Please sign in to comment.