diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-07-28 05:48:30 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-07-28 06:30:04 +0200 |
commit | 0943dfc34a75436e754b6f56c7ed2a061df99585 (patch) | |
tree | 1755fd055dd7746acb0225d6a1c14bd68519ece2 /.github/workflows | |
parent | 59fca06354b049c164fd5f49fd23eda99ee7a859 (diff) | |
download | redot-cpp-0943dfc34a75436e754b6f56c7ed2a061df99585.tar.gz |
[CI] Fix Android builds after GH container update.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b57a37..fc50b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: platform: android artifact-name: godot-cpp-android-arm64-release artifact-path: bin/libgodot-cpp.android.release.arm64.a - flags: arch=arm64 + flags: ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME arch=arm64 - name: 🍏 iOS (arm64) os: macos-11 |