From e5a9437fdcef501c3123a65da24b44d4feae6c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Fri, 10 May 2024 11:23:47 +0200 Subject: [PATCH] ci: Tweak --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d91a8d0..7ddd5db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,6 +49,7 @@ jobs: emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true script: >- + sdkmanager "platforms;android-${{ matrix.api }}" PATH="$ANDROID_SDK_ROOT/build-tools/34.0.0:$PATH" ANDROID_ARCH=${{ matrix.arch }} ANDROID_ABI=${{ matrix.arch }}