Skip to content

Commit

Permalink
Change android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Oct 12, 2023
1 parent 7ad96b1 commit 6e1f4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '!.github/workflows/release.yml'

env:
NDK_REVISION: r26b
NDK_REVISION: r26-rc1

jobs:
build:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Setup NDK
if: startsWith(matrix.job.target,'android')
uses: nttld/setup-ndk@v1
uses: nttld/setup-ndk@v1.4.0
id: setup-ndk
with:
ndk-version: '${{ env.NDK_REVISION }}'
Expand Down

0 comments on commit 6e1f4a7

Please sign in to comment.