Skip to content

Commit

Permalink
Workaround for actions/toolkit#946
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Oct 7, 2022
1 parent 526c3e2 commit b05e533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
extra-trusted-public-keys = hhvm-nix-cache-1:MvKxscw16fAq6835oG8sbRgTGITb+1xGfYNhs+ee4yo=
extra-sandbox-paths = /nix/var/cache/ccache
sandbox = false
- name: Workaround for https://github.com/actions/toolkit/issues/946
if: matrix.package == 'hhvm_ccache'
run: sudo chmod u+s "$(command -v tar)"
- if: matrix.package == 'hhvm_ccache'
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b05e533

Please sign in to comment.