.forgejo workflow: extend PATH, prepend default nix profile
Some checks failed
CI / smoke-test (push) Failing after 0s

This commit is contained in:
Roland Conybeare 2026-05-23 15:12:09 -04:00
commit 970bc094ef

View file

@ -3,6 +3,9 @@ on:
push:
branches: [main]
env:
PATH: /nix/var/nix/profiles/default/bin:$PATH
jobs:
smoke-test:
runs-on: host