Skip to content

Commit 0843207

Browse files
committed
Make sure sccache not present doesn't kill the build
1 parent fa8d3b5 commit 0843207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ else
141141
do_make "$RUST_CHECK_TARGET"
142142
fi
143143

144-
sccache --show-stats
144+
sccache --show-stats || true

0 commit comments

Comments
 (0)