Files
zineshop/.gitea/workflows/flake-check.yml
kalipso f1e191a294
Some checks failed
Build / build (push) Failing after 2m6s
update workflow
2025-04-13 14:35:40 +02:00

15 lines
310 B
YAML

name: "Build"
on:
push:
jobs:
build:
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@v31
- run: nix build .#