Merge pull request #379 from Vera-Firefly/patch

Fix missing runtime(x86_64) & Update Turnip Driver
This commit is contained in:
ShirosakiMio 2024-05-22 09:24:25 +08:00 committed by GitHub
commit 8d0cfda906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
if: github.repository_owner == 'FCL-Team' && !startsWith(github.ref, 'refs/pull/')
strategy:
matrix:
arch: [ "all", "arm", "arm64", "x86", "x64" ]
arch: [ "all", "arm", "arm64", "x86", "x86_64" ]
fail-fast: false
env:
FCL_KEYSTORE_PASSWORD: ${{ secrets.FCL_KEYSTORE_PASSWORD }}

View File

@ -117,7 +117,7 @@ android {
case 'x86':
include 'x86'
break
case 'x64':
case 'x86_64':
include 'x86_64'
break
}