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 be46ba2 commit cdf5462Copy full SHA for cdf5462
.circleci/config.yml
@@ -296,12 +296,7 @@ jobs:
296
command: |
297
brew unlink python@2 || true
298
299
- # We need ruby-install >= 0.8.3
300
- brew install ruby-install
301
-
302
- ruby-install ruby 2.7.3
303
304
- brew install pkgconfig libtool
+ brew install ruby@3 libffi pkgconfig libtool
305
306
sudo mkdir -p /opt/crystal
307
sudo chown $(whoami) /opt/crystal/
@@ -312,7 +307,6 @@ jobs:
312
- run:
313
308
no_output_timeout: 40m
314
309
315
- echo "2.7.3" > /tmp/workspace/distribution-scripts/.ruby-version
316
310
cd /tmp/workspace/distribution-scripts
317
311
source build.env
318
cd omnibus
0 commit comments