Skip to content

Commit

Permalink
ci: Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 10, 2024
1 parent e5a9437 commit c742d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
disable-animations: true
script: >-
sdkmanager "platforms;android-${{ matrix.api }}"
PATH="$ANDROID_SDK_ROOT/build-tools/34.0.0:$PATH"
&& PATH="$ANDROID_SDK_ROOT/build-tools/34.0.0:$PATH"
ANDROID_ARCH=${{ matrix.arch }}
ANDROID_ABI=${{ matrix.arch }}
ANDROID_API_LEVEL=${{ matrix.api }}
Expand Down

0 comments on commit c742d93

Please sign in to comment.