Skip to content

Commit 1070147

Browse files
committed
add verbose in ci
1 parent d38480f commit 1070147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- uses: actions/setup-java@v1
3333
with:
3434
java-version: '17'
35-
- uses: subosito/flutter-action@v1
35+
- uses: subosito/flutter-action@v2
3636
with:
37-
flutter-version: ${{ matrix.flutter }}
37+
flutter-version: '3.22.x'
3838
- run: flutter pub get
3939
working-directory: example
4040
- run: flutter build apk --release -v --gradle-arg=--warning-mode=summary

0 commit comments

Comments
 (0)