mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-02 13:43:13 +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:
|
||||
matrix:
|
||||
nim:
|
||||
- '2.0.14'
|
||||
- 'binary:2.2.4'
|
||||
rust:
|
||||
- '1.79.0'
|
||||
os:
|
||||
@ -35,9 +35,10 @@ jobs:
|
||||
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
|
||||
|
||||
- name: Setup nim
|
||||
uses: jiro4989/setup-nim-action@v1
|
||||
uses: iffy/install-nim@v5
|
||||
with:
|
||||
nim-version: ${{ matrix.nim }}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: ${{ matrix.nim }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: nimble install -y
|
||||
- run: nimble test -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user