We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428ccf0 commit d4f8d4cCopy full SHA for d4f8d4c
circle.yml
@@ -5,7 +5,9 @@ machine:
5
CRYSTAL_URL: "https://github.com/crystal-lang/crystal/releases/download/${CRYSTAL_VERSION}/crystal-${CRYSTAL_VERSION}-1-linux-x86_64.tar.gz"
6
dependencies:
7
cache_directories:
8
- - ".crystal"
+ - ~/.crystal
9
+ - lib
10
+ - .shards
11
pre:
12
- |
13
if [[ ! -e "${HOME}/.crystal/bin/crystal" || $(crystal --version | grep -P -o '\d+\.\d+\.\d+') != "${CRYSTAL_VERSION}" ]]; then
0 commit comments