mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove duplicate restore key
This commit is contained in:
parent
4c8f96d75c
commit
b382ae9023
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -54,7 +54,6 @@ jobs:
|
|||||||
path: ${{ matrix.projectPath }}/Library
|
path: ${{ matrix.projectPath }}/Library
|
||||||
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
|
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
|
|
||||||
Library-${{ matrix.projectPath }}-
|
Library-${{ matrix.projectPath }}-
|
||||||
Library-
|
Library-
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
Loading…
Reference in New Issue
Block a user