This commit is contained in:
parent
6325e185d0
commit
add38b0e64
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -11,6 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
- run: ls /
|
with:
|
||||||
|
extra_nix_config: |
|
||||||
|
sandbox = true
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
- run: nix build
|
- run: nix build
|
||||||
|
continue-on-error: true
|
||||||
|
- run: find /homeless-shelter
|
||||||
|
- run: cat /etc/nix/nix.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user