Skip to content

Commit

Permalink
set NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Nov 2, 2024
1 parent 7fcc5a5 commit 94d07b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'

- name: Setup NDK
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r27
- name: Fix CMake min required
run: |
cd sdl-android-builder/to-build/HelloCube/RavEngine
Expand Down

0 comments on commit 94d07b8

Please sign in to comment.