mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Use github actions cache not my own one.
(cherry picked from commit f2feefb367
)
This commit is contained in:
parent
8aa022f99c
commit
546d7f619b
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.
|
||||
- name: Load .scons_cache directory
|
||||
id: windows-editor-cache
|
||||
uses: RevoluPowered/cache@v2.1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /.scons_cache/
|
||||
key: ${{github.job}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}
|
||||
|
Loading…
Reference in New Issue
Block a user