Skip to content

Commit b3412d2

Browse files
Update distribution-scripts (#14776)
Updates `distribution-scripts` dependency to crystal-lang/distribution-scripts@96e431e This includes the following changes: * crystal-lang/distribution-scripts#320 * crystal-lang/distribution-scripts#319 * Install automake
1 parent cdf5462 commit b3412d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
distribution-scripts-version:
99
description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
1010
type: string
11-
default: "fe82a34ad7855ddb432a26ef7e48c46e7b440e49"
11+
default: "96e431e170979125018bd4fd90111a3147477eec"
1212
previous_crystal_base_url:
1313
description: "Prefix for URLs to Crystal bootstrap compiler"
1414
type: string
@@ -296,7 +296,7 @@ jobs:
296296
command: |
297297
brew unlink python@2 || true
298298
299-
brew install ruby@3 libffi pkgconfig libtool
299+
brew install ruby@3 libffi pkgconfig libtool automake
300300
301301
sudo mkdir -p /opt/crystal
302302
sudo chown $(whoami) /opt/crystal/

0 commit comments

Comments
 (0)