mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-07 08:03:12 +00:00
Fix Rust version
This commit is contained in:
parent
2fc1f231b5
commit
48d012f173
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
nim:
|
||||
- '2.2.4'
|
||||
- '2.0.14'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@ -26,11 +26,11 @@ jobs:
|
||||
run: |
|
||||
rustup set default-host x86_64-pc-windows-gnu
|
||||
rustup update stable
|
||||
rustup default stable
|
||||
rustup default 1.85.0
|
||||
|
||||
- name: Set rust ${{ matrix.os }}
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: rustup update stable && rustup default stable
|
||||
run: rustup update stable && rustup default 1.85.0
|
||||
|
||||
- name: Setup nim
|
||||
uses: jiro4989/setup-nim-action@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user