Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
update flutter action
  • Loading branch information
JarvanMo authored Feb 19, 2024
1 parent c2ce4a7 commit 8e3aaea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
architecture: x64
- run: flutter pub get
- run: cd example; flutter build ios --no-codesign

Expand All @@ -29,7 +28,7 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -39,5 +38,4 @@ jobs:
with:
channel: stable
- run: flutter pub get
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;25.2.9519653"
- run: cd example; flutter build apk --debug

0 comments on commit 8e3aaea

Please sign in to comment.