Skip to content

Commit 0328ee5

Browse files
committed
Fix caching on Cirrus CI
1 parent 39b25b3 commit 0328ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ task:
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
88
- sh rustup.sh --default-toolchain none -y --profile=minimal
99
target_cache:
10-
folder: target
10+
folder: build/cg_clif
1111
prepare_script:
1212
- . $HOME/.cargo/env
1313
- ./y.sh prepare

0 commit comments

Comments
 (0)