mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-02 13:43:13 +00:00
bump ffi (#5)
* bump ffi * bump compiler version * try fixing windows build
This commit is contained in:
parent
d3fb903945
commit
88197fe6ec
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,8 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
nim:
|
||||
- '1.6.18'
|
||||
- '1.6.14'
|
||||
- '2.0.14'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@ -26,7 +25,8 @@ jobs:
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
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 }}
|
||||
if: matrix.os != 'windows-latest'
|
||||
|
||||
2
vendor/circom-compat-ffi
vendored
2
vendor/circom-compat-ffi
vendored
@ -1 +1 @@
|
||||
Subproject commit 297c46fdc7d8a8fd53c8076b0be77334e4a54447
|
||||
Subproject commit 7bc5482c860c9e32660f4480ccfa3dd89d4dfbb6
|
||||
Loading…
x
Reference in New Issue
Block a user