Skip to content

Commit

Permalink
Merge pull request #45963 from RevoluPowered/fix-windows-cache-using-…
Browse files Browse the repository at this point in the history
…old-version

Use official github actions cache for Windows
  • Loading branch information
akien-mga authored Feb 13, 2021
2 parents 7128f09 + f2feefb commit a94c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit a94c3b4

Please sign in to comment.