Skip to content

Commit 3788707

Browse files
committed
Use runner.temp for CARGO_TARGET_DIR
Again, this has more space
1 parent 3341446 commit 3788707

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
- name: Check documentation
9595
env:
9696
RUSTDOCFLAGS: -Dwarnings
97+
CARGO_TARGET_DIR: ${{ runner.temp }}/cargo-doc
9798
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "ex0*" --exclude "cudnn*" --exclude "cust_raw"
9899

99100
- name: Prepare artifact details

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Check documentation
9999
env:
100100
RUSTDOCFLAGS: -Dwarnings
101+
CARGO_TARGET_DIR: ${{ runner.temp }}/cargo-doc
101102
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "vecadd*" --exclude "gemm*" --exclude "ex0*" --exclude "cudnn*" --exclude "sha2*" --exclude "cust_raw"
102103

103104
# Disabled due to dll issues, someone with Windows knowledge needed

0 commit comments

Comments
 (0)