nttld / setup-ndk

Setup your GitHub Actions workflow with a specific version of the Android NDK
MIT License
62 stars 24 forks source link

gradlew fails with NDK r26-rc1 downloaded with link-to-sdk: true #498

Closed captainurist closed 1 year ago

captainurist commented 1 year ago

The problem I'm seeing:

It looks like we need to drop any suffixes from Pkg.Revision before linking the NDK into Android SDK.

captainurist commented 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

raftario commented 1 year ago

Probably should've tested against a beta before pushing a release, my bad.