Skip to content

Commit

Permalink
Update build.yml (setup ndk)
Browse files Browse the repository at this point in the history
Reference to nttld/setup-ndk#518, fixed the compiler error related to nttld/setup-ndk
  • Loading branch information
MoonBirdLin authored Jun 20, 2024
1 parent 54e22b6 commit 5d28ba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
uses: nttld/setup-ndk@v1
with:
ndk-version: r25b
local-cache: true
local-cache: false
link-to-sdk: true

- name: Set up Python 3.9
uses: actions/setup-python@v4
Expand Down

0 comments on commit 5d28ba0

Please sign in to comment.