Debug workflow
Some checks failed
build / build (push) Failing after 14s

This commit is contained in:
Torjus Håkestad 2024-10-02 20:24:52 +02:00
parent 6325e185d0
commit 2b3ae6be66

View File

@ -8,9 +8,16 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/catthehacker/ubuntu:act-latest image: ghcr.io/catthehacker/ubuntu:act-latest
options: --user nobody
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: whoami
- 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