Sandbox true
Some checks failed
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 18m43s

This commit is contained in:
Ethan Girouard 2024-12-15 18:05:16 -05:00
parent 2cc311ea7a
commit b4451d110d
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -82,4 +82,4 @@ jobs:
- name: Set up Nix
uses: cachix/install-nix-action@v27
- name: Build project with Nix
run: nix build --option sandbox false --experimental-features 'nix-command flakes' .#default
run: nix build --option sandbox true --experimental-features 'nix-command flakes' .#default