diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-02-13 21:52:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 21:52:58 +0100 |
commit | a94c3b4812b1423b8e039f66313d3912b97a425a (patch) | |
tree | 9bcd6a6c117f45a59ee789d99b8547706216ebc2 | |
parent | 7128f09a5d9f00b7f8326c7f6bc540309da3e8b6 (diff) | |
parent | f2feefb367665f6e60de7c7ad820bd18597f4688 (diff) |
Merge pull request #45963 from RevoluPowered/fix-windows-cache-using-old-version
Use official github actions cache for Windows
-rw-r--r-- | .github/workflows/windows_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index b9bf510c71..19ff555b56 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -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}} |