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

add a comment to explain the issue with PATH on GH

parent aad3f68c
No related branches found
No related tags found
1 merge request!192refactor CI and Makefile for Nushell installation
Pipeline #7480 passed
......@@ -33,6 +33,7 @@ jobs:
sudo apt install protobuf-compiler --yes
- name: Install Nushell
run: |
# looks like the following PATH export does not work and `NU` still needs to be set for some reason to invoke `make`...
echo "PATH=\"$(make print-NU_DEST):$PATH\"" >> $GITHUB_ENV
make install-nu
- name: Show configuration
......
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