ci: disable cache for backport

This commit is contained in:
bd_ 2024-08-16 18:51:49 -07:00
parent 2cdd5e0212
commit 30b0b6cf11

View File

@ -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