Skip to content

Commit

Permalink
let's export this path as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent ae80d5b commit 0477b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ runs:
./build.nims build --install --mode ${{ inputs.mode }} --log
ls "${{ github.workspace }}/arturo/bin"
echo 'export PATH="${{ github.workspace }}/arturo/bin":$PATH' >> ~/.bashrc
export PATH="${{ github.workspace }}/arturo/bin":$PATH
echo "Current directory:"
pwd
Expand Down Expand Up @@ -129,7 +130,7 @@ runs:
echo "$HOME/.arturo/bin" >> $GITHUB_PATH
ls "${{ github.workspace }}/arturo/bin"
echo 'export PATH="${{ github.workspace }}/arturo/bin":$PATH' >> ~/.bashrc

export PATH="${{ github.workspace }}/arturo/bin":$PATH
echo "Current directory:"
pwd

Expand Down

0 comments on commit 0477b07

Please sign in to comment.