This commit is contained in:
parent
6c88ed829e
commit
2c8696f42b
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ jobs:
|
|||
smoke-test:
|
||||
runs-on: host
|
||||
steps:
|
||||
|
||||
- name: debug env
|
||||
run:
|
||||
env | sort
|
||||
|
||||
- name: Setup PATH
|
||||
run: |
|
||||
echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue