We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7476f2b commit 4eab6fbCopy full SHA for 4eab6fb
.github/workflows/sdks.yml
@@ -531,6 +531,6 @@ jobs:
531
- name: Run tests on Android x86_64 emulator
532
uses: reactivecircus/android-emulator-runner@v2
533
with:
534
- api-level: ${{ matrix.version != 'trunk' && '29' || env.ANDROID_API_LEVEL }}
+ api-level: ${{ matrix.version == 'release' && '29' || env.ANDROID_API_LEVEL }}
535
arch: x86_64
536
script: ~/test-toolchain.sh
0 commit comments