Skip to content

Commit 3d5de57

Browse files
authored
Merge pull request #12 from nim-lang/ringabout-patch-2
use setup-nim v2
2 parents d3e6dbb + 55db83a commit 3d5de57

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release_build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
runs-on: windows-latest
5353
steps:
5454
- uses: actions/checkout@v4
55-
- uses: iffy/[email protected]
55+
- uses: jiro4989/setup-nim-action@v2
56+
with:
57+
repo-token: ${{ secrets.GITHUB_TOKEN }}
5658
- name: Build binary
5759
run: |
5860
nimble install -y
@@ -78,7 +80,9 @@ jobs:
7880
runs-on: macos-12
7981
steps:
8082
- uses: actions/checkout@v4
81-
- uses: iffy/[email protected]
83+
- uses: jiro4989/setup-nim-action@v2
84+
with:
85+
repo-token: ${{ secrets.GITHUB_TOKEN }}
8286
- name: Build binary
8387
run: |
8488
git config --global --add safe.directory /__w/choosenim/choosenim

0 commit comments

Comments
 (0)