Skip to content

Commit

Permalink
wip: Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 18, 2024
1 parent 7260319 commit 3e6261b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.6
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
Expand All @@ -23,6 +26,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.6
- run: flutter config --enable-macos-desktop
- run: cd example && flutter build macos -v
# Blocked by https://github.com/flutter/flutter/issues/118469
Expand All @@ -32,5 +38,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.6
- run: cd example && flutter build windows -v
- run: cd example && flutter test integration_test -v

0 comments on commit 3e6261b

Please sign in to comment.