Merge pull request #45963 from RevoluPowered/fix-windows-cache-using-old-version

Use official github actions cache for Windows
This commit is contained in:
Rémi Verschelde 2021-02-13 21:52:58 +01:00 committed by GitHub
commit a94c3b4812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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