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 cdf5462 commit b3412d2Copy full SHA for b3412d2
.circleci/config.yml
@@ -8,7 +8,7 @@ parameters:
8
distribution-scripts-version:
9
description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
10
type: string
11
- default: "fe82a34ad7855ddb432a26ef7e48c46e7b440e49"
+ default: "96e431e170979125018bd4fd90111a3147477eec"
12
previous_crystal_base_url:
13
description: "Prefix for URLs to Crystal bootstrap compiler"
14
@@ -296,7 +296,7 @@ jobs:
296
command: |
297
brew unlink python@2 || true
298
299
- brew install ruby@3 libffi pkgconfig libtool
+ brew install ruby@3 libffi pkgconfig libtool automake
300
301
sudo mkdir -p /opt/crystal
302
sudo chown $(whoami) /opt/crystal/
0 commit comments