Skip to content

Commit d91d46b

Browse files
committed
CI nim 2 try
1 parent af6f6dd commit d91d46b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
16-
nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14]
16+
nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
1717
steps:
1818
- uses: actions/checkout@v3.5.3
1919
- name: Run Tests
2020
run: |
21+
git config --global --add safe.directory /usr/src/app
2122
docker pull nimlang/nim:${{ matrix.nim }}
2223
docker run --rm -v `pwd`:/usr/src/app -w /usr/src/app nimlang/nim:${{ matrix.nim }} /bin/bash -c "nimble install -y; nimble test"

0 commit comments

Comments
 (0)