Skip to content

Commit

Permalink
fixed android build
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 21, 2024
1 parent e0f0c5d commit ef02196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
packages: "build-tools;34.0.0 ndk;${{ env.ANDROID_NDK_VERSION }} platforms;android-33"

- name: Add NDK to PATH
if: env.CI_BUILD_FOR == 'android'
if: startsWith(matrix.target, 'android')
shell: bash
run: |
echo ${NDK_HOME}/toolchains/llvm/prebuilt/*/bin >> $GITHUB_PATH
Expand Down

0 comments on commit ef02196

Please sign in to comment.