mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-04 06:33:07 +00:00
Merge pull request #7 from logos-storage/chore/rename-codex-to-logos-storage
chore: update sub modules and fix Rust version to 1.85.0
This commit is contained in:
commit
a5d6f76654
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
nim:
|
nim:
|
||||||
- '2.0.14'
|
- '2.2.4'
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
@ -26,14 +26,14 @@ jobs:
|
|||||||
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 stable
|
||||||
rustup default stable
|
rustup default 1.85.0
|
||||||
|
|
||||||
- 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 stable && rustup default 1.85.0
|
||||||
|
|
||||||
- name: Setup nim
|
- name: Setup nim
|
||||||
uses: jiro4989/setup-nim-action@v1
|
uses: jiro4989/setup-nim-action@v2
|
||||||
with:
|
with:
|
||||||
nim-version: ${{ matrix.nim }}
|
nim-version: ${{ matrix.nim }}
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "vendor/circom-compat-ffi"]
|
[submodule "vendor/circom-compat-ffi"]
|
||||||
path = vendor/circom-compat-ffi
|
path = vendor/circom-compat-ffi
|
||||||
url = https://github.com/codex-storage/circom-compat-ffi.git
|
url = https://github.com/logos-storage/circom-compat-ffi.git
|
||||||
|
|||||||
2
vendor/circom-compat-ffi
vendored
2
vendor/circom-compat-ffi
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7bc5482c860c9e32660f4480ccfa3dd89d4dfbb6
|
Subproject commit c5d895d164a878a60d4f2656a984987ee5c06aa4
|
||||||
Loading…
x
Reference in New Issue
Block a user