Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames authored Nov 28, 2023
1 parent c5a72b0 commit 2a91544
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2a91544

Please sign in to comment.