Skip to content

Commit

Permalink
[.github] Update android sdkmanager path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcNumworks authored and FelixNumworks committed Jan 17, 2024
1 parent 1ce2436 commit 117eea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ (github.repository != 'numworks/epsilon-internal' || github.event.inputs.android == 'true') }}
steps:
- run: $ANDROID_HOME/tools/bin/sdkmanager "ndk;22.1.7171670"
- run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "ndk;22.1.7171670"
- uses: actions/checkout@v3
- run: build/setup.sh --only-simulator
- run: make PLATFORM=simulator TARGET=android ASSERTIONS=1 test.apk
Expand Down

0 comments on commit 117eea7

Please sign in to comment.