Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent f72ef42 commit 5bb7984
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ runs:
cd ..
arturo -v
which arturo
cp arturo/bin/arturo /usr/local/bin
cp arturo/bin/arturo.exe /usr/local/bin
ls /usr/local/bin
shell: msys2 {0}

- name: Install Nim (Windows / full)
Expand Down Expand Up @@ -147,12 +148,14 @@ runs:
cd ..
arturo -v
which arturo
cp arturo/bin/arturo /usr/local/bin
cp arturo/bin/arturo.exe /usr/local/bin
ls /usr/local/bin
shell: msys2 {0}

- name: Post Install windows
if: runner.os == 'Windows'
run: |
ls /usr/local/bin
source ~/.bashrc
echo "Current directory:"
pwd
Expand Down

0 comments on commit 5bb7984

Please sign in to comment.