We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc18fa7 commit dc7f5dcCopy full SHA for dc7f5dc
1 file changed
.github/workflows/build.yml
@@ -120,7 +120,7 @@ jobs:
120
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save
121
sdcard-path-or-size: 1G
122
disk-size: 8G
123
- api-level: ${{ matrix.emulator.emulator_api_level }}
+ api-level: ${{ matrix.emulator.api_level }}
124
arch: ${{ matrix.emulator.arch }}
125
target: ${{ matrix.emulator.api_type_target }}
126
script: |
0 commit comments