We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d287a commit 5b140f2Copy full SHA for 5b140f2
.github/workflows/doc.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: jiro4989/setup-nim-action@v1
+ - uses: jiro4989/setup-nim-action@v2
18
with:
19
nim-version: 'devel'
20
- run: nimble install -Y
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
24
needs: before
25
26
27
28
29
nim-version: ${{ matrix.nim-version }}
30
- run: nimble install -y
0 commit comments