Cache Docker Unity editor image
This commit is contained in:
parent
4883822737
commit
c70d1bbc47
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -23,6 +23,11 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
Library-
|
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
|
- uses: game-ci/unity-builder@v2
|
||||||
name: Build project
|
name: Build project
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user