From 808cea737edffa04031fe8e053ea5bbe7171fdd7 Mon Sep 17 00:00:00 2001 From: Artem Gureev Date: Thu, 2 Jul 2026 16:58:48 +0000 Subject: [PATCH] fix(ci): drop reference to removed install-logos-blockchain-circuits The action was deleted in 4d7e994e but bench-regression.yml still referenced it, failing the crypto-primitives job with "Can't find action.yml". The ML-KEM/hashing bench needs none of the circuits that action installed. --- .github/workflows/bench-regression.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/bench-regression.yml b/.github/workflows/bench-regression.yml index d5d9568a..d82c0f11 100644 --- a/.github/workflows/bench-regression.yml +++ b/.github/workflows/bench-regression.yml @@ -28,10 +28,6 @@ jobs: - uses: ./.github/actions/install-risc0 - - uses: ./.github/actions/install-logos-blockchain-circuits - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Install active toolchain run: rustup install