Skip to content

Commit

Permalink
GH Actions: fix caching on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Feb 25, 2021
1 parent b1fe1b3 commit 045e180
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,10 @@ jobs:
with:
name: ${{ matrix.artifacts_name }}
path: ${{ matrix.artifacts_path }}

# Workaround for https://github.com/actions/cache/issues/531
- name: Use system tar & zstd from Chocolatey for caching
if: runner.os == 'Windows'
shell: bash
run: |
echo "C:/Windows/System32;C:/ProgramData/Chocolatey/bin" >> $GITHUB_PATH

0 comments on commit 045e180

Please sign in to comment.