From e7a3c9d127fa81f836e9068b24c9619e008a6322 Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" Date: Fri, 26 Jul 2024 13:54:19 +0200 Subject: [PATCH] ci(fix): add env RUSTUP_PERMIT_COPY_RENAME to fix cross-device link errors --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 265b8f105..17611bd95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,6 +156,8 @@ jobs: build-stable: name: check stable runs-on: [ self-hosted, ubuntu-high-cpu ] + env: + RUSTUP_PERMIT_COPY_RENAME: true steps: - name: checkout