From e69d673627fd29eef0c3133706777231058a736b Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Wed, 24 Apr 2024 16:28:09 +0100 Subject: [PATCH] fix: Use correct gates diff commit now that master has been reset (#6004) Follow-up to https://github.com/AztecProtocol/aztec-packages/pull/6003. This PR simply updates to using a noir gates diff that expects an uncorrupted comparison report on master. --- .github/workflows/protocol-circuits-gate-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-circuits-gate-diff.yml b/.github/workflows/protocol-circuits-gate-diff.yml index f7b61ff3c90..b31e371d471 100644 --- a/.github/workflows/protocol-circuits-gate-diff.yml +++ b/.github/workflows/protocol-circuits-gate-diff.yml @@ -90,7 +90,7 @@ jobs: - name: Compare gates reports id: gates_diff - uses: vezenovm/noir-gates-diff@45e9c9a21deb236fa7f38138b42b33ddaf7c0985 + uses: vezenovm/noir-gates-diff@acf12797860f237117e15c0d6e08d64253af52b6 with: report: protocol_circuits_report.json summaryQuantile: 0 # Display any diff in gate count