Remove duplicate restore key

This commit is contained in:
Webber 2020-01-26 01:09:11 +01:00 committed by Webber Takken
parent 4c8f96d75c
commit b382ae9023

View File

@ -54,7 +54,6 @@ jobs:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
restore-keys: |
Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
Library-${{ matrix.projectPath }}-
Library-
- uses: ./