Skip to content

Commit

Permalink
Merge pull request #12 from nim-lang/ringabout-patch-2
Browse files Browse the repository at this point in the history
use setup-nim v2
  • Loading branch information
ringabout authored Aug 19, 2024
2 parents d3e6dbb + 55db83a commit 3d5de57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: iffy/[email protected]
- uses: jiro4989/setup-nim-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build binary
run: |
nimble install -y
Expand All @@ -78,7 +80,9 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: iffy/[email protected]
- uses: jiro4989/setup-nim-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build binary
run: |
git config --global --add safe.directory /__w/choosenim/choosenim
Expand Down

0 comments on commit 3d5de57

Please sign in to comment.