.forgejo workflow: extend PATH, prepend default nix profile
Some checks failed
CI / smoke-test (push) Failing after 0s
Some checks failed
CI / smoke-test (push) Failing after 0s
This commit is contained in:
parent
113beda566
commit
970bc094ef
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
PATH: /nix/var/nix/profiles/default/bin:$PATH
|
||||
|
||||
jobs:
|
||||
smoke-test:
|
||||
runs-on: host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue