Skip to content

Commit 36c3b18

Browse files
committed
1 parent bb5d6db commit 36c3b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
set -e
3636
37-
dart pub global activate patrol_cli
37+
dart pub global activate patrol_cli 3.6.0
3838
3939
cd demo_app
4040
flutter build apk --config-only
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
set -e
8888
89-
dart pub global activate patrol_cli
89+
dart pub global activate patrol_cli 3.6.0
9090
9191
cd demo_app/ios
9292
fastlane patrol_build

0 commit comments

Comments
 (0)