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 9ec0e0d commit 69c6302Copy full SHA for 69c6302
.github/workflows/ci.yml
@@ -12,17 +12,17 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- nim: [1.6.16, stable]
+ nim: [1.6.20, stable]
16
steps:
17
- - name: Checkout
18
- uses: actions/checkout@v4
+ - name: Checkout
+ uses: actions/checkout@v4
19
20
- - name: Install Nim
21
- uses: iffy/install-nim@v4
22
- with:
23
- version: ${{ matrix.nim }}
24
- - name: Build
25
- run: nimble install -y
+ - name: Install Nim
+ uses: iffy/install-nim@v4
+ with:
+ version: ${{ matrix.nim }}
+ - name: Build
+ run: nimble install -y
26
27
- - name: Test
28
- run: nimble test -y
+ - name: Test
+ run: nimble test -y
0 commit comments