Skip to content

Commit ff5d5ae

Browse files
authored
⚡ Update build tests action.
1 parent f264288 commit ff5d5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: flutter --version
2626
- run: flutter pub get
2727
- run: flutter analyze lib example/lib
28-
- run: cd example; flutter build ios --no-code-sign
28+
- run: cd example; flutter build ios --no-codesign
2929

3030
test_android:
3131
name: Test android on ${{ matrix.os }}
@@ -46,4 +46,4 @@ jobs:
4646
- run: flutter pub get
4747
- run: flutter analyze lib example/lib
4848
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
49-
- run: cd example; sudo flutter build apk --debug
49+
- run: cd example; flutter build apk --debug

0 commit comments

Comments
 (0)