Skip to content

Commit

Permalink
forgot to change key here
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Aug 22, 2023
1 parent e7ba0c8 commit 50dc71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: ./build.android/app/jni/
key: ${{ runner.os }}-${{ matrix.arch }}-dependencies-${{ hashFiles('.github/workflows/android.yml') }}
key: Android-${{ matrix.arch }}-dependencies-${{ hashFiles('.github/workflows/android.yml') }}

- name: Prepare SDL Android project
if: steps.use-dependencies.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 50dc71a

Please sign in to comment.