We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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')
The text was updated successfully, but these errors were encountered:
This is very likely a temporary issue as the release is being uploaded. Can you try again and check if it works?
Sorry, something went wrong.
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
No branches or pull requests
Installation fails with
The text was updated successfully, but these errors were encountered: