Use github actions cache not my own one.
This commit is contained in:
parent
041cccc287
commit
f2feefb367
2
.github/workflows/windows_builds.yml
vendored
2
.github/workflows/windows_builds.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
# Editing this is pretty dangerous for Windows since it can break and needs to be properly tested with a fresh cache.
|
# Editing this is pretty dangerous for Windows since it can break and needs to be properly tested with a fresh cache.
|
||||||
- name: Load .scons_cache directory
|
- name: Load .scons_cache directory
|
||||||
id: windows-editor-cache
|
id: windows-editor-cache
|
||||||
uses: RevoluPowered/cache@v2.1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /.scons_cache/
|
path: /.scons_cache/
|
||||||
key: ${{github.job}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
|
key: ${{github.job}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
|
||||||
|
Loading…
Reference in New Issue
Block a user