Files
zineshop/.gitea/workflows/flake-check.yml
kalipso 6e14716305
Some checks failed
Build / build (push) Failing after 0s
update workflow
2025-04-13 14:34:41 +02:00

14 lines
256 B
YAML

name: "Build"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v31
- run: nix build .#