Add debug
Some checks failed
Push Workflows / test (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Some checks failed
Push Workflows / test (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
This commit is contained in:
parent
817529cbcc
commit
d391549849
@ -81,5 +81,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Nix
|
||||
uses: cachix/install-nix-action@v27
|
||||
- name: Print username
|
||||
run: whoami
|
||||
- name: List all users
|
||||
run: cat /etc/passwd
|
||||
- name: Build project with Nix
|
||||
run: nix build .#default --experimental-features 'nix-command flakes'
|
||||
|
Loading…
x
Reference in New Issue
Block a user