From 8075883134e456b362e78f33bf5a82ad4f723c82 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sun, 24 May 2026 01:06:05 -0400 Subject: [PATCH] ci: use workspace-local release toolchain dirs --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56800c742a4..cfc9bbaced0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,9 +68,9 @@ jobs: name: Preflight Tests (Linux fast E2E) runs-on: [self-hosted, Linux, X64, chris-testing] env: - CARGO_HOME: ${{ runner.temp }}/cargo-home + CARGO_HOME: ${{ github.workspace }}/.cargo-home CARGO_TARGET_DIR: ${{ github.workspace }}/.cargo-target - RUSTUP_HOME: ${{ runner.temp }}/rustup-home + RUSTUP_HOME: ${{ github.workspace }}/.rustup-home steps: - name: Prepare cargo target dir on data disk shell: bash @@ -218,8 +218,8 @@ jobs: needs: [determine-version] runs-on: ${{ fromJson(matrix.runs_on) }} env: - CARGO_HOME: ${{ runner.temp }}/cargo-home - RUSTUP_HOME: ${{ runner.temp }}/rustup-home + CARGO_HOME: ${{ github.workspace }}/.cargo-home + RUSTUP_HOME: ${{ github.workspace }}/.rustup-home strategy: matrix: include: