Skip to content

Commit

Permalink
no more caching
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Jan 9, 2024
1 parent d395da8 commit 7a22aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
key: Android-${{ matrix.arch }}-dependencies-${{ hashFiles('.github/workflows/android.yml') }}

- name: Prepare SDL Android project
if: steps.use-dependencies.outputs.cache-hit != 'true'
#if: steps.use-dependencies.outputs.cache-hit != 'true'
run: |
./.ci_scripts/clone_dependency.sh libsdl-org/SDL release-2.26.5
mv ./SDL/android-project/ ./build.android
mv ./SDL/ ./build.android/app/jni/SDL
- name: Clone dependencies
working-directory: build.android/app/jni
if: steps.use-dependencies.outputs.cache-hit != 'true'
#if: steps.use-dependencies.outputs.cache-hit != 'true'
run: |
../../../.ci_scripts/clone_dependency.sh libsdl-org/SDL_image release-2.6.3
../../../.ci_scripts/clone_dependency.sh libsdl-org/SDL_ttf release-2.20.2
Expand Down

0 comments on commit 7a22aa2

Please sign in to comment.