Skip to content

Commit

Permalink
change dir to ark-algebra
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Sep 18, 2023
1 parent 315a4f7 commit 6fbc71e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Checkout algebra
uses: actions/checkout@v4
with:
path: ../ark-algebra
path: ark-algebra

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -241,13 +241,13 @@ jobs:
fi
{
echo "[patch.crates-io]";
echo "ark-ff = { path = '../ark-algebra/ff' }";
echo "ark-serialize = { path = '../ark-algebra/serialize' }";
echo "ark-ff-macros = { path = '../ark-algebra/ff-macros' }";
echo "ark-ff-asm = { path = '../ark-algebra/ff-asm' }";
echo "ark-ec = { path = '../ark-algebra/ec' }";
echo "ark-algebra-bench-templates = { path = '../ark-algebra/bench-templates' }"
echo "ark-algebra-test-templates = { path = '../ark-algebra/test-templates' }"
echo "ark-ff = { path = 'ark-algebra/ff' }";
echo "ark-serialize = { path = 'ark-algebra/serialize' }";
echo "ark-ff-macros = { path = 'ark-algebra/ff-macros' }";
echo "ark-ff-asm = { path = 'ark-algebra/ff-asm' }";
echo "ark-ec = { path = 'ark-algebra/ec' }";
echo "ark-algebra-bench-templates = { path = 'ark-algebra/bench-templates' }"
echo "ark-algebra-test-templates = { path = 'ark-algebra/test-templates' }"
echo "ark-bls12-377 = { git = 'https://github.com/arkworks-rs/curves' }"
echo "ark-bls12-381 = { git = 'https://github.com/arkworks-rs/curves' }"
echo "ark-bn254 = { git = 'https://github.com/arkworks-rs/curves' }"
Expand Down

0 comments on commit 6fbc71e

Please sign in to comment.