Skip to content

Commit 383ce46

Browse files
committed
Use different nim installer
1 parent f9c7a83 commit 383ce46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
ruff format --check auto_editor
3131
mypy auto_editor
3232
- name: Nim
33-
uses: iffy/install-nim@v5
33+
uses: jiro4989/setup-nim-action@v2
3434
with:
35-
version: binary:stable
35+
nim-version: "stable"
36+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3637
- name: Docs
3738
run: |
3839
make -C docs compile

0 commit comments

Comments
 (0)