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 committed Feb 19, 2024
1 parent 7262755 commit 35817f9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 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,11 +28,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
Expand All @@ -47,7 +45,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 @@ -57,5 +55,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 35817f9

Please sign in to comment.