We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f273aad commit f7b5ae2Copy full SHA for f7b5ae2
1 file changed
.github/workflows/build_test.yml
@@ -53,5 +53,6 @@ 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
58
- run: cd example; flutter build apk --debug
0 commit comments