mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 09:50:20 +00:00
No more magic nix cache (14 minutes in post-run???)
This commit is contained in:
2
.github/workflows/nix-build.yml
vendored
2
.github/workflows/nix-build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v13
|
||||
#- uses: DeterminateSystems/magic-nix-cache-action@v13
|
||||
- run: nix build -L -j auto
|
||||
- run: nix develop --command echo OK
|
||||
- run: nix flake check -vL -j auto
|
||||
|
||||
Reference in New Issue
Block a user