Skip to content

Commit

Permalink
don't re-download Nim - apparently it's still there(!)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 21, 2024
1 parent b9cabfb commit 50f0e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ runs:
- name: Generate executable (Windows)
if: runner.os == 'Windows'
run: |
mkdir nim
curl -L https://nim-lang.org/download/nim-2.0.4_x64.zip -o dist/nim.zip
7z x dist/nim.zip -onim
# mkdir nim
# curl -L https://nim-lang.org/download/nim-2.0.4_x64.zip -o dist/nim.zip
# 7z x dist/nim.zip -onim
export PATH="${{ github.workspace }}/nim/nim-2.0.4/bin":$PATH
arturo --bundle ${{ inputs.entry }}
Expand Down

0 comments on commit 50f0e55

Please sign in to comment.