re-enable cache
parent
110b8ed402
commit
bb3653f26d
|
|
@ -42,16 +42,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
# ###########################
|
###########################
|
||||||
# # Cache #
|
# Cache #
|
||||||
# ###########################
|
###########################
|
||||||
# - uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
# with:
|
with:
|
||||||
# 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 }}-
|
Library-${{ matrix.projectPath }}-
|
||||||
# Library-
|
Library-
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Build #
|
# Build #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue