fix: try upgrade ndk version to r23

This commit is contained in:
Kingtous
2023-03-11 10:59:33 +08:00
parent 22174bea37
commit 746c1de118
2 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ env:
# for multiarch gcc compatibility
VCPKG_COMMIT_ID: "14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44"
VERSION: "1.2.0"
NDK_VERSION: "r23"
jobs:
build-for-windows:
@@ -354,7 +355,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r22b
ndk-version: ${{ env.NDK_VERSION }}
add-to-path: true
- name: Download deps