From f07eeb647f4f436af03a1d78a34b5ab306324ed3 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Wed, 27 Dec 2023 22:03:21 -0500 Subject: [PATCH] Undo branch tweak --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0508c9f..b4f5893a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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);