fix(ci): workaround choosenim issue

This commit is contained in:
Mark Spanbroek 2025-09-25 17:00:52 +02:00 committed by markspanbroek
parent 931188779f
commit 2b3c8481b7

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
nim: nim:
- '2.0.14' - 'binary:2.2.4'
rust: rust:
- '1.79.0' - '1.79.0'
os: os:
@ -35,9 +35,10 @@ jobs:
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- name: Setup nim - name: Setup nim
uses: jiro4989/setup-nim-action@v1 uses: iffy/install-nim@v5
with: with:
nim-version: ${{ matrix.nim }} version: ${{ matrix.nim }}
repo-token: ${{ secrets.GITHUB_TOKEN }} env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: nimble install -y - run: nimble install -y
- run: nimble test -y - run: nimble test -y