Skip to content

Commit

Permalink
Change checkout path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Jun 5, 2024
1 parent 7f5a885 commit d3654dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
path: sdl-android-builder/to-build/
path: sdl-android-builder/to-build/HelloCube
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

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

0 comments on commit d3654dd

Please sign in to comment.