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

fix PATH for GitHub Ci

parent 1175a0de
No related branches found
No related tags found
1 merge request!192refactor CI and Makefile for Nushell installation
Pipeline #7462 passed
......@@ -34,7 +34,7 @@ jobs:
- name: Install Nushell
run: |
make install-nu
export PATH="$(make print-NU_DEST):$PATH"
echo "PATH=\"$(make print-NU_DEST):$PATH\"" >> $GITHUB_ENV
- name: Show configuration
run: make show
- name: Run tests
......
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