Skip to content

Commit

Permalink
workaround for release
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jul 19, 2024
1 parent 8edcaae commit c84aa21
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,15 @@ jobs:
curl -L "https://curl.se/ca/cacert.pem" -o cacert.pem
echo "$PWD" >> $GITHUB_PATH
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: '2.0.2' # default is 'stable'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build nph
run: |
nimble setup -l
nimble install -y
# nimble setup -l
nimble build -d:release
- name: Create archive
Expand Down

0 comments on commit c84aa21

Please sign in to comment.