Skip to content

Commit

Permalink
Temp tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Dec 28, 2023
1 parent 6555713 commit aeacf5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust (${{ matrix.rust }})
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
id: toolchain-thumbv6m
with:
target: thumbv6m-none-eabi
- run: rustup override set ${{steps.toolchain-thumbv6m.outputs.name}}

- name: Install Rust ARM64 (${{ matrix.rust }})
- name: Install Rust ARM64
uses: dtolnay/rust-toolchain@stable
id: toolchain-aarch64
with:
Expand Down Expand Up @@ -152,12 +152,13 @@ jobs:
- ed_on_bls12_381
steps:
- name: Checkout curves
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: arkworks-rs/algebra
ref: curve-constraint-test-fix

- name: Checkout r1cs-std
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: r1cs-std

Expand Down

0 comments on commit aeacf5f

Please sign in to comment.