Skip to content

Commit

Permalink
Bump NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Oct 12, 2023
1 parent b36fab3 commit 7ad96b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'docs/**'
- '.github/**'
- '!.github/workflows/release.yml'

env:
NDK_REVISION: r26b

jobs:
build:
permissions: write-all
Expand Down Expand Up @@ -46,9 +50,10 @@ jobs:
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25b
ndk-version: '${{ env.NDK_REVISION }}'
add-to-path: true
local-cache: true
link-to-sdk: true

- name: Setup MinGW
if: startsWith(matrix.job.target,'windows')
Expand Down

0 comments on commit 7ad96b1

Please sign in to comment.