.forgejo workflow: print cwd
Some checks failed
CI / smoke-test (push) Failing after 28s

This commit is contained in:
Roland Conybeare 2026-05-23 17:53:18 -04:00
commit 6c88ed829e

View file

@ -16,6 +16,10 @@ jobs:
run:
echo $PATH
- name: Check cwd
run:
pwd
- name: Check nix version
run:
echo $(nix --version)