Files
zineshop/.gitea/workflows/flake-check.yml
kalipso fb5091aad3
Some checks failed
Build / flake-check (push) Failing after 1m41s
check disable sandbox
2025-04-13 14:25:51 +02:00

15 lines
339 B
YAML

name: "Build"
on:
push:
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Nix setup action
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v30
- run: nix --option sandbox false build .#