diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91c574a54..4cede9e72d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,8 @@ jobs: # on stable Rust. name: cargo check with stable runs-on: [self-hosted, ubuntu-high-cpu] + env: + RUSTUP_PERMIT_COPY_RENAME: true steps: - name: checkout uses: actions/checkout@v4