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 82a4ea0 commit 4b9f393Copy full SHA for 4b9f393
.github/workflows/build_test.yml
@@ -53,6 +53,5 @@ jobs:
53
- uses: subosito/flutter-action@v2
54
with:
55
channel: stable
56
- - run: flutter config --enable-swift-package-manager
57
- - run: flutter pub get
+ - run: flutter config --enable-swift-package-manager; flutter pub get
58
- run: cd example; flutter build apk --debug
0 commit comments