chore: CI: more cache setup
This commit is contained in:
parent
920fa1109b
commit
a9cc57c81c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix-ci.yml
vendored
3
.github/workflows/nix-ci.yml
vendored
|
|
@ -64,7 +64,8 @@ jobs:
|
|||
- name: Further Set Up CCache Cache
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: |
|
||||
sudo chown -R root:nixbld /nix/var/cache/ccache
|
||||
sudo chown -R root:nixbld /nix/var/cache
|
||||
sudo chmod -R 770 /nix/var/cache
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: lean4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue