Skip to content

Commit

Permalink
Don't use ndk cache for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jun 11, 2024
1 parent 7e90d27 commit 9f17cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
with:
ndk-version: r23c
add-to-path: false
local-cache: true
local-cache: false

- name: Show Android NDK
run: |
Expand Down

0 comments on commit 9f17cde

Please sign in to comment.