mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-04 06:33:07 +00:00
fix(ci): workaround choosenim issue
This commit is contained in:
parent
931188779f
commit
2b3c8481b7
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user