Skip to content

Commit 8e9a039

Browse files
committed
go back to x86, add back caching
1 parent 36d4f7b commit 8e9a039

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212

1313
jobs:
1414
test_android:
15-
runs-on: macos-13
15+
runs-on: macos-latest
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -23,21 +23,21 @@ jobs:
2323
with:
2424
java-version: '17'
2525
distribution: 'zulu'
26-
# - name: Gradle cache
27-
# uses: actions/cache@v2
28-
# with:
29-
# path: |
30-
# ~/.gradle/caches
31-
# ~/.gradle/wrapper
32-
# key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
33-
# - name: AVD cache
34-
# uses: actions/cache@v2
35-
# id: avd-cache
36-
# with:
37-
# path: |
38-
# ~/.android/avd/*
39-
# ~/.android/adb*
40-
# key: avd-33-x64
26+
- name: Gradle cache
27+
uses: actions/cache@v4
28+
with:
29+
path: |
30+
~/.gradle/caches
31+
~/.gradle/wrapper
32+
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
33+
- name: AVD cache
34+
uses: actions/cache@v4
35+
id: avd-cache
36+
with:
37+
path: |
38+
~/.android/avd/*
39+
~/.android/adb*
40+
key: avd-33-x64
4141
- name: Download Flutter
4242
uses: subosito/flutter-action@v2
4343
with:

0 commit comments

Comments
 (0)