re-enable cache

pull/226/head
Webber 2021-03-14 00:11:33 +01:00
parent 110b8ed402
commit bb3653f26d
1 changed files with 10 additions and 10 deletions

View File

@ -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 #