Skip to content

Commit

Permalink
try downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 11, 2023
1 parent 2a39e0b commit 2fe51ae
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,16 @@ jobs:
uses: actions/checkout@v3

- name: Fetch nimble
run: |
wget https://github.com/nim-lang/nimble/releases/download/latest/nimble-${{matrix.target.name}}.tar.gz
tar xvf nimble-${{matrix.target.name}}.tar.gz
echo "$PWD" >> $GITHUB_PATH
uses: robinraju/[email protected]
with:
repository: "nim-lang/nimble"
latest: true
fileName: "nimble-${{matrix.target.name}}.tar.gz"
extract: true
- name: Build nph
run: |
echo "$PWD" >> $GITHUB_PATH
nimble setup -l
nimble build
Expand Down

0 comments on commit 2fe51ae

Please sign in to comment.