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 Jun 25, 2024
1 parent 7cc4386 commit d2b5eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
liberapay: lijy91
github: lijy91
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.6
flutter-version: 3.22.2
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.6
flutter-version: 3.22.2
- run: flutter config --enable-macos-desktop
- run: cd example && flutter build macos -v
# Blocked by https://github.com/flutter/flutter/issues/118469
Expand All @@ -40,6 +40,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.6
flutter-version: 3.22.2
- run: cd example && flutter build windows -v
- run: cd example && flutter test integration_test -v

0 comments on commit d2b5eab

Please sign in to comment.