mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-06 23:53:08 +00:00
chore: fix ci
This commit is contained in:
parent
0b05f1663a
commit
435100032f
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
nim:
|
nim:
|
||||||
- '2.0.14'
|
- '2.0.14'
|
||||||
|
rust:
|
||||||
|
- '1.79.0'
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
@ -25,12 +27,12 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
rustup set default-host x86_64-pc-windows-gnu
|
rustup set default-host x86_64-pc-windows-gnu
|
||||||
rustup update stable
|
rustup update ${{ matrix.rust }}
|
||||||
rustup default stable
|
rustup default ${{ matrix.rust }}
|
||||||
|
|
||||||
- name: Set rust ${{ matrix.os }}
|
- name: Set rust ${{ matrix.os }}
|
||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: rustup update stable && rustup default stable
|
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
|
||||||
|
|
||||||
- name: Setup nim
|
- name: Setup nim
|
||||||
uses: jiro4989/setup-nim-action@v1
|
uses: jiro4989/setup-nim-action@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user