crystal-lang / install-crystal

GitHub Action: Install Crystal programming language
https://crystal-lang.github.io/install-crystal/configurator.html
MIT License
68 stars 8 forks source link

mac: Nightly builds failing #8

Closed charlesrocket closed 2 years ago

charlesrocket commented 2 years ago
Looking for latest Crystal build
Found Crystal build https://circleci.com/gh/crystal-lang/crystal/64039
Error: TypeError: Cannot read property 'url' of undefined
oprypin commented 2 years ago

Thanks for the report. Nice, even CI catches it, now that I manually launched a run. https://github.com/crystal-lang/install-crystal/runs/3677141035?check_suite_focus=true But because CI only runs weekly, and this Saturday everything was fine, I didn't know about this yet. Unfortunately, it'll be at least a day until I'll be able to look into this.

straight-shoota commented 2 years ago

The error is caused by https://github.com/crystal-lang/distribution-scripts/pull/104 The universal darwin builds have a different file name.

oprypin commented 2 years ago

OK I pushed a release, should work now. Thanks for writing the fix :slightly_smiling_face: :slightly_smiling_face: :slightly_smiling_face: