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

Installation fails #44

Closed retorquere closed 1 month ago

retorquere commented 1 month ago

Installation fails with

Run crystal-lang/install-crystal@v1
Installing package dependencies
Looking for crystal-lang/crystal-lang release (latest)
sudo -n apt-get install -qy --no-install-recommends --no-upgrade -- libevent-dev libgmp-dev libpcre3-dev libssl-dev libxml2-dev libyaml-dev libpcre2-dev
Getting Crystal release (1.13.0)
Found Crystal release https://github.com/crystal-lang/crystal/releases/tag/1.13.0
Error: TypeError: Cannot read properties of undefined (reading 'url')
oprypin commented 1 month ago

This is very likely a temporary issue as the release is being uploaded. Can you try again and check if it works?

retorquere commented 1 month ago

It doesn't. But replacing it with

run: curl -fsSL https://crystal-lang.org/install.sh | sudo bash

does the job too

Blacksmoke16 commented 1 month ago

Duplicate of https://github.com/crystal-lang/install-crystal/issues/12