Skip to content

Commit

Permalink
Fix reference to ANDROID_NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 9, 2023
1 parent 91c48e2 commit be21be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
lib-ext: so
archive-name: melondsds_libretro-android
lib-name: melondsds_libretro_android
cmake-args: -DENABLE_OGLRENDERER=OFF -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=22 -DCMAKE_TOOLCHAIN_FILE="${{ env.ANDROID_NDK }}/build/cmake/android.toolchain.cmake"
cmake-args: -DENABLE_OGLRENDERER=OFF -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=22 -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake"
runs-on: ubuntu-latest
deps: |
sudo rm -f /etc/apt/sources.list.d/dotnetdev.list /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/kubernetes.list
Expand Down

0 comments on commit be21be5

Please sign in to comment.