Skip to content

Commit

Permalink
CI: set CMake version before building
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Jun 5, 2024
1 parent c0f243c commit 1bb7db9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Fix CMake min required
run: |
cd sdl-android-builder/to-build/HelloCube/RavEngine
sed -i -e 's/3.25/3.22/' CMakeLists.txt
- name: Build the APK
run: |
cd sdl-android-builder
Expand Down

0 comments on commit 1bb7db9

Please sign in to comment.