Skip to content

Commit 117eea7

Browse files
MarcNumworksFelixNumworks
authored andcommitted
[.github] Update android sdkmanager path
1 parent 1ce2436 commit 117eea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
if: ${{ (github.repository != 'numworks/epsilon-internal' || github.event.inputs.android == 'true') }}
3434
steps:
35-
- run: $ANDROID_HOME/tools/bin/sdkmanager "ndk;22.1.7171670"
35+
- run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "ndk;22.1.7171670"
3636
- uses: actions/checkout@v3
3737
- run: build/setup.sh --only-simulator
3838
- run: make PLATFORM=simulator TARGET=android ASSERTIONS=1 test.apk

0 commit comments

Comments
 (0)