Skip to content

Commit acefcb6

Browse files
authored
bump api level down to 28 to try and fix idk
1 parent 70aef82 commit acefcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: |
3131
~/.android/avd/*
3232
~/.android/adb*
33-
key: avd-29
33+
key: avd-28
3434
- name: Download Flutter
3535
uses: subosito/flutter-action@v2
3636
with:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run Integration Tests
4242
uses: reactivecircus/[email protected]
4343
with:
44-
api-level: 29
44+
api-level: 28
4545
ndk: 20.1.5948944
4646
working-directory: dargon2_flutter/dargon2_flutter/example
4747
script: flutter test integration_test/

0 commit comments

Comments
 (0)