diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-07 16:36:41 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-07 16:36:41 +0000 |
| commit | 0328ee571bbe3a1d21b5c01e816cf4224193a2fc (patch) | |
| tree | 32b548974bc2ab146a09a8eae44eaee4d326e866 | |
| parent | 39b25b3d714d463a6803a64f437f1b9ba8ced7b8 (diff) | |
| download | rust-0328ee571bbe3a1d21b5c01e816cf4224193a2fc.tar.gz rust-0328ee571bbe3a1d21b5c01e816cf4224193a2fc.zip | |
Fix caching on Cirrus CI
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a98bf2b8b89..5a464bfac36 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,7 +7,7 @@ task: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain none -y --profile=minimal target_cache: - folder: target + folder: build/cg_clif prepare_script: - . $HOME/.cargo/env - ./y.sh prepare |
