Skip to content

Commit

Permalink
use a different way to install the NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 18, 2023
1 parent 1fbb8d5 commit 624aff8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"uses": "actions/[email protected]"
},
{
"uses": "nttld/[email protected]",
"with": {
"ndk-version": "r22b"
}
"run": "ANDROID_ROOT=/usr/local/lib/android\nANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk\nSDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager\necho y | \"$SDKMANAGER\" \"ndk;22.1.7171670\"\n"
},
{
"name": "Cache Maven repository",
Expand Down

0 comments on commit 624aff8

Please sign in to comment.