forgejo workflow: keep futzing. smoke test work.
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
970bc094ef
commit
8ec838562d
1 changed files with 5 additions and 2 deletions
|
|
@ -10,7 +10,10 @@ jobs:
|
|||
smoke-test:
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Check nix version
|
||||
- name: Setup PATH
|
||||
run:
|
||||
echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Check PATH
|
||||
run:
|
||||
echo $PATH
|
||||
#nix --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue