Files
zineshop/.gitea/workflows/flake-check.yml
kalipso a90131c8be
Some checks failed
Build / test (push) Failing after 2m4s
update workflow
2025-04-13 22:10:04 +02:00

20 lines
472 B
YAML

name: "Build"
on:
push:
env:
HOME: /tmp
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Nix setup action
with:
enable_kvm: true
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v31
- run: nix --option sandbox false build .#