Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 26, 2024
1 parent ddeb111 commit 2e21d6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,7 @@ runs:
pkg info --list-file nim
run: |
export PATH="/usr/local/nim/bin/:$PATH"
cd arturo
./build.nims --install --mode ${{ matrix.version }} --log
export PATH="$HOME/.arturo/bin:$PATH"
export PATH="$HOME/.arturo/bin:$PATH"
cd ..

0 comments on commit 2e21d6a

Please sign in to comment.