forgejo workflow: + echo nix version
All checks were successful
CI / smoke-test (push) Successful in 0s
All checks were successful
CI / smoke-test (push) Successful in 0s
This commit is contained in:
parent
2198c5f3c5
commit
136a054dc1
1 changed files with 4 additions and 0 deletions
|
|
@ -14,3 +14,7 @@ jobs:
|
|||
- name: Check PATH
|
||||
run:
|
||||
echo $PATH
|
||||
|
||||
- name: Check nix version
|
||||
run:
|
||||
echo $(nix --version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue