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

This commit is contained in:
Ethan Girouard 2024-12-15 16:34:08 -05:00
parent 817529cbcc
commit d391549849
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -81,5 +81,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Nix - name: Set up Nix
uses: cachix/install-nix-action@v27 uses: cachix/install-nix-action@v27
- name: Print username
run: whoami
- name: List all users
run: cat /etc/passwd
- name: Build project with Nix - name: Build project with Nix
run: nix build .#default --experimental-features 'nix-command flakes' run: nix build .#default --experimental-features 'nix-command flakes'