chore: CI: fix ccache cache group
This commit is contained in:
parent
8f3fda4777
commit
995d92d10e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-ci.yml
vendored
2
.github/workflows/nix-ci.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
shell: bash -euxo pipefail {0}
|
||||
run: |
|
||||
sudo mkdir -m0770 -p /nix/var/cache/ccache
|
||||
sudo chown -R root /nix/var/cache/ccache
|
||||
sudo chown -R root:nixbld /nix/var/cache/ccache
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: lean4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue