Commit 3310872 1 parent 028d002 commit 3310872 Copy full SHA for 3310872
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
path : |
66
66
~/.android/avd/*
67
67
~/.android/adb*
68
- key : avd-30 -${{ github.workflow }}-${{ github.job }}-${{ runner.os }}-${{runner.arch}}
68
+ key : avd-25 -${{ github.workflow }}-${{ github.job }}-${{ runner.os }}-${{runner.arch}}
69
69
70
70
- name : Create directory for avd
71
71
# This shouldn't be necesary but this is a work around for
77
77
if : steps.avd-cache.outputs.cache-hit != 'true'
78
78
uses : reactivecircus/android-emulator-runner@v2
79
79
with :
80
- api-level : 30
80
+ api-level : 25
81
81
force-avd-creation : false
82
82
arch : ${{ matrix.platform.avd_arch }}
83
83
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -89,15 +89,15 @@ jobs:
89
89
env :
90
90
RANLIB : " ${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ranlib"
91
91
with :
92
- api-level : 30
92
+ api-level : 25
93
93
arch : ${{ matrix.platform.avd_arch }}
94
94
force-avd-creation : false
95
95
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
96
96
disable-animations : true
97
97
script : |
98
98
cargo dinghy all-platforms
99
99
cargo dinghy all-devices
100
- cargo dinghy -p auto-android-${{ matrix.platform.arch }}-api30 test --features "${{ matrix.features }}" -- --test-threads 1
100
+ cargo dinghy -p auto-android-${{ matrix.platform.arch }}-api25 test --features "${{ matrix.features }}" -- --test-threads 1
101
101
Format :
102
102
name : Run `rustfmt`
103
103
runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments