Make new user first
Some checks failed
Push Workflows / docs (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 19s
Some checks failed
Push Workflows / docs (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / nix-build (push) Failing after 19s
This commit is contained in:
parent
27a86a9890
commit
e29edf72d9
@ -79,9 +79,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
|
||||||
uses: cachix/install-nix-action@v27
|
|
||||||
- name: Create User
|
- name: Create User
|
||||||
run: useradd -m -s /bin/bash -u 1000 user
|
run: useradd -m -s /bin/bash -u 1000 user
|
||||||
|
- name: Install Nix
|
||||||
|
uses: cachix/install-nix-action@v27
|
||||||
- name: Change User, Run Nix Build
|
- name: Change User, Run Nix Build
|
||||||
run: su user -c "nix build --experimental-features 'nix-command flakes' .#default"
|
run: su user -c "nix build --experimental-features 'nix-command flakes' .#default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user