mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-12 00:32:47 +08:00
ci: disable cache for backport
This commit is contained in:
parent
2cdd5e0212
commit
30b0b6cf11
12
.github/workflows/gameci.yml
vendored
12
.github/workflows/gameci.yml
vendored
@ -131,12 +131,12 @@ jobs:
|
||||
cat $i | jq .version
|
||||
done
|
||||
|
||||
- uses: actions/cache@v4
|
||||
if: ${{ steps.setup.outputs.should_test == 'true' }}
|
||||
with:
|
||||
path: Library
|
||||
key: Library-${{ steps.configure.outputs.unity_version }}-${{ matrix.sdk }}
|
||||
restore-keys: Library-
|
||||
# - uses: actions/cache@v4
|
||||
# if: ${{ steps.setup.outputs.should_test == 'true' }}
|
||||
# with:
|
||||
# path: Library
|
||||
# key: Library-${{ steps.configure.outputs.unity_version }}-${{ matrix.sdk }}
|
||||
# restore-keys: Library-
|
||||
|
||||
- uses: game-ci/unity-test-runner@v3
|
||||
id: gameci
|
||||
|
Loading…
Reference in New Issue
Block a user