Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down