From 2a915444426b6b5a8e8465024649c141f82ce8b6 Mon Sep 17 00:00:00 2001 From: Cory Petkovsek <632766+TokisanGames@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:19:08 +0700 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e33adaee0..b021f5a1b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -27,7 +27,11 @@ jobs: submodules: recursive - name: Setup Android Dependencies - uses: ./.github/actions/android-deps + if: startsWith(matrix.identifier, 'android-') + uses: nttld/setup-ndk@v1 + with: + ndk-version: r23c + link-to-sdk: true - name: Setup Base Dependencies uses: ./.github/actions/base-deps @@ -42,7 +46,6 @@ jobs: shell: sh env: SCONS_CACHE: "${{ github.workspace }}/.scons-cache/" - SCONS_CACHE_LIMIT: 7168 run: | scons target='${{ matrix.target }}' platform='${{ matrix.platform }}' arch='${{ matrix.arch }}' debug_symbols=no -j2