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
|
cat $i | jq .version
|
||||||
done
|
done
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
# - uses: actions/cache@v4
|
||||||
if: ${{ steps.setup.outputs.should_test == 'true' }}
|
# if: ${{ steps.setup.outputs.should_test == 'true' }}
|
||||||
with:
|
# with:
|
||||||
path: Library
|
# path: Library
|
||||||
key: Library-${{ steps.configure.outputs.unity_version }}-${{ matrix.sdk }}
|
# key: Library-${{ steps.configure.outputs.unity_version }}-${{ matrix.sdk }}
|
||||||
restore-keys: Library-
|
# restore-keys: Library-
|
||||||
|
|
||||||
- uses: game-ci/unity-test-runner@v3
|
- uses: game-ci/unity-test-runner@v3
|
||||||
id: gameci
|
id: gameci
|
||||||
|
Loading…
Reference in New Issue
Block a user