mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-07 16:13:12 +00:00
try fixing windows build
This commit is contained in:
parent
e33ef33d5b
commit
b5a3f465b4
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -25,7 +25,8 @@ 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 default stable
|
rustup update stable
|
||||||
|
rustup default stable
|
||||||
|
|
||||||
- name: Set rust ${{ matrix.os }}
|
- name: Set rust ${{ matrix.os }}
|
||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user