sandbox false
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 / docker-build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 19s

This commit is contained in:
Ethan Girouard 2024-12-15 16:49:26 -05:00
parent cb34e4a488
commit 0b16357930
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -79,9 +79,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create User
run: useradd -m -s /bin/bash -u 1000 user
- name: Install Nix
run: bash <(curl -L https://nixos.org/nix/install) --daemon
- name: Change User, Run Nix Build
run: su user -c "nix build --experimental-features 'nix-command flakes' .#default"
- 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