nix-system/.forgejo/workflows/build.yml
Antoine Vaure 53e18b6eef
Some checks failed
/ build-all (push) Failing after 0s
update actions
2025-08-12 14:52:03 +02:00

9 lines
247 B
YAML

on: [push]
jobs:
"build-all":
runs-on: native
steps:
- run: nix build --refresh git+$FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY?ref=$FORGEJO_REF#build-all
env:
FORGEJO_TOKEN: override
GITHUB_TOKEN: override