Skip to content

Commit

Permalink
build: update android ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 29, 2024
1 parent f58df02 commit 612123a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r23c
ndk-version: r26d
link-to-sdk: true

- name: Clone
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r23c
ndk-version: r26d
link-to-sdk: true

- name: Clone
Expand Down

0 comments on commit 612123a

Please sign in to comment.