fix(ci): use github context for rust path isolation
This commit is contained in:
@@ -48,9 +48,9 @@ jobs:
|
||||
runs-on: [self-hosted, aws-india, Linux]
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
CARGO_HOME: ${{ runner.temp }}/cargo-${{ github.job }}
|
||||
RUSTUP_HOME: ${{ runner.temp }}/rustup-${{ github.job }}
|
||||
CARGO_TARGET_DIR: ${{ runner.temp }}/target-${{ github.job }}
|
||||
CARGO_HOME: ${{ github.workspace }}/.ci-rust/${{ github.run_id }}-${{ github.run_attempt }}-${{ github.job }}/cargo
|
||||
RUSTUP_HOME: ${{ github.workspace }}/.ci-rust/${{ github.run_id }}-${{ github.run_attempt }}-${{ github.job }}/rustup
|
||||
CARGO_TARGET_DIR: ${{ github.workspace }}/.ci-rust/${{ github.run_id }}-${{ github.run_attempt }}-${{ github.job }}/target
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
|
||||
Reference in New Issue
Block a user