Skip to content
Snippets Groups Projects
Verified Commit f5fad687 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

dbg: add "wich nu"

parent 90f6efe5
No related branches found
No related tags found
1 merge request!192refactor CI and Makefile for Nushell installation
Pipeline #7472 failed
......@@ -39,6 +39,7 @@ jobs:
run: |
echo $PATH
ls -la $(make print-NU_DEST)
echo "nu: $(which nu)"
make show
- name: Run tests
run: |
......
......@@ -34,4 +34,5 @@ test:
script:
- echo $PATH
- ls -la $(make print-NU_DEST)
- echo "nu: $(which nu)"
- make check clippy test example
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment