crystal-lang/install-crystal

Installation fails

Closed this issue · 3 comments

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')

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

It doesn't. But replacing it with

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

does the job too

Duplicate of #12