Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Dec 28, 2023
1 parent e76ffdc commit dc441e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Checkout curves
uses: actions/checkout@v2
with:
repository: arkworks-rs/curves
repository: arkworks-rs/algebra

- name: Checkout r1cs-std
uses: actions/checkout@v2
Expand All @@ -164,6 +164,10 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Change directory to curves
run: cd algebra


- name: Patch cargo.toml
run: |
if grep -q "\[patch.crates-io\]" Cargo.toml ; then
Expand All @@ -180,7 +184,7 @@ jobs:
echo "ark-serialize = { git = 'https://github.com/arkworks-rs/algebra' }"
echo "ark-algebra-bench-templates = { git = 'https://github.com/arkworks-rs/algebra' }"
echo "ark-algebra-test-templates = { git = 'https://github.com/arkworks-rs/algebra' }"
echo "ark-r1cs-std = { path = 'r1cs-std' }"
echo "ark-r1cs-std = { path = '../r1cs-std' }"
} >> Cargo.toml
- name: Test on ${{ matrix.curve }}
Expand Down

0 comments on commit dc441e3

Please sign in to comment.