We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f264288 commit ff5d5aeCopy full SHA for ff5d5ae
.github/workflows/build_test.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: flutter --version
26
- run: flutter pub get
27
- run: flutter analyze lib example/lib
28
- - run: cd example; flutter build ios --no-code-sign
+ - run: cd example; flutter build ios --no-codesign
29
30
test_android:
31
name: Test android on ${{ matrix.os }}
@@ -46,4 +46,4 @@ jobs:
46
47
48
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
49
- - run: cd example; sudo flutter build apk --debug
+ - run: cd example; flutter build apk --debug
0 commit comments