Add caching step in workflow

pull/27/head
Webber 2020-01-26 01:03:25 +01:00
parent 0e6381388f
commit 978a7a274a
1 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,14 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1.1.0
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
restore-keys: |
Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
Library-${{ matrix.projectPath }}-
Library-
- uses: ./
with:
projectPath: ${{ matrix.projectPath }}