Skip to content

Commit d4f8d4c

Browse files
committed
chore(circle): Fix cache
1 parent 428ccf0 commit d4f8d4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ machine:
55
CRYSTAL_URL: "https://github.com/crystal-lang/crystal/releases/download/${CRYSTAL_VERSION}/crystal-${CRYSTAL_VERSION}-1-linux-x86_64.tar.gz"
66
dependencies:
77
cache_directories:
8-
- ".crystal"
8+
- ~/.crystal
9+
- lib
10+
- .shards
911
pre:
1012
- |
1113
if [[ ! -e "${HOME}/.crystal/bin/crystal" || $(crystal --version | grep -P -o '\d+\.\d+\.\d+') != "${CRYSTAL_VERSION}" ]]; then

0 commit comments

Comments
 (0)