Update .github/workflows/mac-build-tests.yml
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/326/head
parent
fc3232e2a8
commit
1a454674d7
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ matrix.projectPath }}/Library
|
||||
key: Library-${{ matrix.projectPath }}-windows-${{ matrix.targetPlatform }}
|
||||
key: Library-${{ matrix.projectPath }}-macos-${{ matrix.targetPlatform }}
|
||||
restore-keys: |
|
||||
Library-${{ matrix.projectPath }}-windows-
|
||||
Library-${{ matrix.projectPath }}-macos-
|
||||
Library-
|
||||
|
||||
###########################
|
||||
|
|
|
|||
Loading…
Reference in New Issue