Torjus Håkestad 83cfad0ad9
All checks were successful
build / build (push) Successful in 1m1s
Debug workflow
2024-10-02 20:51:46 +02:00

23 lines
486 B
YAML

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
sandbox = true
- run: whoami
- run: nix flake check
- run: nix build
continue-on-error: true
- run: find /homeless-shelter
- run: cat /etc/nix/nix.conf