diff options
| author | Emīls <emils@mullvad.net> | 2023-05-19 15:23:26 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-05-19 16:15:40 +0200 |
| commit | fbf0e0170def380453157c58cc482d6d6cb58dd1 (patch) | |
| tree | 5a5fbbfc9c050298eeb92425b9ed401e799112a8 /.github | |
| parent | ebe0ee785a07c9368ac7e9bbfc2cdec4b0577ba7 (diff) | |
| download | mullvadvpn-fbf0e0170def380453157c58cc482d6d6cb58dd1.tar.xz mullvadvpn-fbf0e0170def380453157c58cc482d6d6cb58dd1.zip | |
Use C drive for build artifacts in CI
Diffstat (limited to '.github')
| -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 |
