Fix ndk setup action

This commit is contained in:
problematicconsumer
2023-10-12 19:54:51 +03:30
parent 08ddb25156
commit f1e68f2a83

View File

@@ -49,7 +49,7 @@ jobs:
with:
ndk-version: r26b
add-to-path: true
local-cache: true
local-cache: false
- name: Setup MinGW
if: startsWith(matrix.job.target,'windows')