Cache Docker Unity editor image
This commit is contained in:
parent
4883822737
commit
c70d1bbc47
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -22,7 +22,12 @@ jobs:
|
||||
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
||||
restore-keys: |
|
||||
Library-
|
||||
|
||||
|
||||
- name: Cache Docker image
|
||||
uses: ScribeMD/docker-cache@0.3.4
|
||||
with:
|
||||
key: docker-${{ runner.os }}-${{ hashFiles('ProjectSettings/ProjectVersion.txt') }}
|
||||
|
||||
- uses: game-ci/unity-builder@v2
|
||||
name: Build project
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user