summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2023-05-19 15:23:26 +0200
committerEmīls <emils@mullvad.net>2023-05-19 16:15:40 +0200
commitfbf0e0170def380453157c58cc482d6d6cb58dd1 (patch)
tree5a5fbbfc9c050298eeb92425b9ed401e799112a8 /.github
parentebe0ee785a07c9368ac7e9bbfc2cdec4b0577ba7 (diff)
downloadmullvadvpn-fbf0e0170def380453157c58cc482d6d6cb58dd1.tar.xz
mullvadvpn-fbf0e0170def380453157c58cc482d6d6cb58dd1.zip
Use C drive for build artifacts in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daemon.yml5
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