Remove duplicate restore key
parent
4c8f96d75c
commit
b382ae9023
|
@ -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