Use github actions cache not my own one.

(cherry picked from commit f2feefb367)
This commit is contained in:
Gordon MacPherson 2021-02-13 16:04:57 +00:00 committed by Rémi Verschelde
parent 8aa022f99c
commit 546d7f619b
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -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}}