Closed captainurist closed 1 year ago
Workflow in question: https://github.com/OpenEnroth/OpenEnroth/actions/runs/5988409806/job/16243569824
Workaround: https://github.com/OpenEnroth/OpenEnroth/pull/1291/files
Probably should've tested against a beta before pushing a release, my bad.
The problem I'm seeing:
outputs.ndk-full-version
is26.0.10636728-beta2
./usr/local/lib/android/sdk/ndk/26.0.10636728-beta2
.ndkVersion
inbuild.gradle
to26.0.10636728-beta2
, it's still looking for it in/usr/local/lib/android/sdk/ndk/26.0.10636728
.It looks like we need to drop any suffixes from
Pkg.Revision
before linking the NDK into Android SDK.