Show env
Some checks failed
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (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 / env (push) Successful in 12s
Push Workflows / leptos-test (push) Has been cancelled
Some checks failed
Push Workflows / docs (push) Has been cancelled
Push Workflows / nix-build (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 / env (push) Successful in 12s
Push Workflows / leptos-test (push) Has been cancelled
This commit is contained in:
parent
f5c28d83ce
commit
43c9b659b2
@ -83,3 +83,9 @@ jobs:
|
|||||||
uses: cachix/install-nix-action@v27
|
uses: cachix/install-nix-action@v27
|
||||||
- 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'
|
||||||
|
|
||||||
|
env:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Print Environment
|
||||||
|
run: env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user