diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/daemon.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 6e054dbd0d..ab270c7b67 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -165,4 +165,9 @@ jobs: - name: Build and test crates shell: bash + env: + # On Windows, the checkout is on the D drive, which is very small. + # Moving the target directory to the C drive ensures that the runner + # doesn't run out of space on the D drive. + CARGO_TARGET_DIR: "C:/cargo-target" run: ./ci/check-rust.sh |
