You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run shards install
Resolving dependencies
Fetching https://github.com/lbguilherme/crystal-coverage.git
Installing coverage (0.1.0 at 4148e9e)
Postinstall of coverage: make bin
Error: Process completed with exit code 1.
(For now, I'll refactor my ci.yml to only run coverage on the linux part of the ci matrix. That's good enough for me, but some people might need to run coverage on a Windows box.)
The text was updated successfully, but these errors were encountered:
When I run on Windows, I get a
Postinstall
errorFor clarification, I run
shards install
in a build for https://github.com/drhuffman12/crystal-coverage-example. See the.github/workflows/ci.yml
file in that repo; it basically looks like below, but with some tweeks:(For now, I'll refactor my
ci.yml
to only run coverage on the linux part of the ci matrix. That's good enough for me, but some people might need to run coverage on a Windows box.)The text was updated successfully, but these errors were encountered: