Skip to content

Commit

Permalink
and another try
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent a455418 commit 826c85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
cd arturo
./build.nims build --install --mode ${{ inputs.mode }} --log
ls "${{ github.workspace }}/arturo/bin"
echo 'export PATH="${{ github.workspace }}/arturo/bin":$PATH' >> ~/.bashrc
echo 'export PATH="${{ github.workspace }}\arturo\bin":$PATH' >> ~/.bashrc
export PATH="${{ github.workspace }}/arturo/bin":$PATH
echo "Current directory:"
Expand All @@ -106,7 +106,7 @@ runs:
cd ..
arturo -v
which arturo
cp arturo/bin/arturo.exe /usr/local/bin
cp arturo/bin/arturo.exe /usr/bin
ls /usr/local/bin
shell: msys2 {0}

Expand Down Expand Up @@ -134,7 +134,7 @@ runs:
./build.nims build --install --mode ${{ inputs.mode }} --log
echo "$HOME/.arturo/bin" >> $GITHUB_PATH
ls "${{ github.workspace }}/arturo/bin"
echo 'export PATH="${{ github.workspace }}/arturo/bin":$PATH' >> ~/.bashrc
echo 'export PATH="${{ github.workspace }}\arturo\bin":$PATH' >> ~/.bashrc
export PATH="${{ github.workspace }}/arturo/bin":$PATH
echo "Current directory:"
pwd
Expand All @@ -148,7 +148,7 @@ runs:
cd ..
arturo -v
which arturo
cp arturo/bin/arturo.exe /usr/local/bin
cp arturo/bin/arturo.exe /usr/bin
ls /usr/local/bin
shell: msys2 {0}

Expand Down

0 comments on commit 826c85f

Please sign in to comment.