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
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:
parent
cb34e4a488
commit
0b16357930
@ -79,9 +79,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Create User
|
- name: Set up Nix
|
||||||
run: useradd -m -s /bin/bash -u 1000 user
|
uses: cachix/install-nix-action@v27
|
||||||
- name: Install Nix
|
- name: Build project with Nix
|
||||||
run: bash <(curl -L https://nixos.org/nix/install) --daemon
|
run: nix build --option sandbox false ----experimental-features 'nix-command flakes' .#default
|
||||||
- name: Change User, Run Nix Build
|
|
||||||
run: su user -c "nix build --experimental-features 'nix-command flakes' .#default"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user