Skip to content

Commit

Permalink
Undo branch tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Dec 28, 2023
1 parent aeacf5f commit f07eeb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
uses: actions/checkout@v4
with:
repository: arkworks-rs/algebra
ref: curve-constraint-test-fix

- name: Checkout r1cs-std
uses: actions/checkout@v4
Expand All @@ -167,7 +166,6 @@ jobs:

- name: Patch cargo.toml
run: |
ls
cd curves
if grep -q "\[patch.crates-io\]" Cargo.toml ; then
MATCH=$(awk '/\[patch.crates-io\]/{ print NR; exit }' Cargo.toml);
Expand Down

0 comments on commit f07eeb6

Please sign in to comment.