Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent 1dee1b4 commit 896a808
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ runs:
7z x dist/nim.zip -onim
ls -la
ls nim
ls nim/nim-2.0.4
#cp nim/nim-2.0.4/bin/* /usr/bin
export PATH="${{ github.workspace }}/nim/nim-2.0.4/bin":$PATH
Expand All @@ -91,7 +92,6 @@ runs:
cd ..
cp bin/*.dll /usr/bin
cp arturo/bin/arturo.exe /usr/bin
cp ${{ github.workspace }}/nim/nim-2.0.4/bin/* /usr/bin
shell: msys2 {0}

- name: Install Nim (Windows / full)
Expand All @@ -109,7 +109,10 @@ runs:
cp arturo/src/extras/webview/deps/dlls/x64/*.dll bin
ls -la
ls nim
ls nim/nim-2.0.4
ls nim/nim-2.0.4/bin
#cp nim/nim-2.0.4/bin/* /usr/bin
export PATH="${{ github.workspace }}/nim/nim-2.0.4/bin":$PATH
Expand Down

0 comments on commit 896a808

Please sign in to comment.