release: don't cache ndk + verify arm64 alignment

This commit is contained in:
Anonymous Maarten
2025-10-03 23:44:38 +02:00
parent 32668c4ddd
commit f4039d0132
2 changed files with 8 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ jobs:
if: ${{ matrix.platform.android-ndk }}
id: setup-ndk
with:
local-cache: true
local-cache: false
ndk-version: r28c
- name: 'Configure Android NDK variables'
if: ${{ matrix.platform.android-ndk }}