From a014d554558db2dd698b9dc7c5fa7c49b29503d1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 18 Jun 2025 07:19:38 -0500 Subject: [PATCH] Remove fuzz corpus hack --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad17472f0b..995e2caa67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -325,10 +325,8 @@ jobs: run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 # actions/checkout does not let us clone into anywhere outside `github.workspace`, so we have to copy the clone - # the fuzz corpus links are broken so we remove them - name: Copy Git Repo to Dev Drive run: | - Remove-Item -Path ".\fuzz\corpus" -Recurse Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.RUFF_WORKSPACE }}" -Recurse - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8