Disable magic-nix-cache-action-priv for now
This commit is contained in:
parent
345fd479ed
commit
894b558a74
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache-action-priv@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Build package
|
||||
run: "nix build .# -L --fallback && nix-store --export $(nix-store -qR ./result) | xz -9 > magic-nix-cache.closure.xz"
|
||||
|
|
Loading…
Reference in a new issue