Skip to content

Commit

Permalink
fixes nimble binary building
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Jan 9, 2024
1 parent 8599bdc commit ca6945c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: jiro4989/[email protected]
with:
nimversion: ${{ matrix.nim-version }}
nim-version: ${{ matrix.nim-version }}
yes: true

- name: Install checksums
Expand Down Expand Up @@ -100,5 +100,6 @@ jobs:
- name: Delete artefacts
uses: geekyeggo/delete-artifact@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
failOnError: false
name: "nimble-*"

0 comments on commit ca6945c

Please sign in to comment.