install-crystal icon indicating copy to clipboard operation
install-crystal copied to clipboard

GitHub Action: Install Crystal programming language

Results 7 install-crystal issues
Sort by recently updated
recently updated
newest added

When making a Crystal release, we first tag a commit and publish a release on GitHub. The build pipeline only start after that has happend, and artifacts such as the...

bug

Right now, when you try to install a nightly, it results in a circleCI 401 (unauthenticated) error: https://github.com/public-law/devise.cr/runs/5568601799?check_suite_focus=true#step:3:12

bug

First of all, thank you for providing this amazing GitHub Action! It's been a really great addition to my CI workflows. Something I've found a lot of value in with...

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...

The configurator suggests scheduled builds for libraries, and a lot of shards seems to be doing this. But it seems that GitHub might have a bug in the scheduler handling....

The actions explicitly installs some dependencies such as `libssl-dev` on Linux, but not on macOS (on Windows, the libraries are already included in the Crystal package). This causes some inconsistency...

bug

The [configurator](https://crystal-lang.github.io/install-crystal/configurator.html) recommend the usage of unquoted version. ![image](https://github.com/crystal-lang/install-crystal/assets/16578570/5b3d6ed6-71f7-4314-af77-d91710eb6bf5) But using float typo in YAML for versions is unsafe. For example, `1.10` will be cast to `1.1`, which is a...

bug