sebastiaanvisser / clay

A CSS preprocessor as embedded Haskell.
Other
360 stars 73 forks source link

Fix CI #204

Closed turion closed 3 years ago

turion commented 4 years ago

Recently CI broke: https://travis-ci.org/github/sebastiaanvisser/clay/jobs/693190286

The error seems to be in Travis Nix support. Locally, everything runs fine. Maybe their Nix version is outdated (2.0.4 vs 2.3.3).

turion commented 4 years ago

205 is a workaround. But probably this is an issue in the Nix support in Travis (https://travis-ci.community/c/languages/nix). I posted a topic in the support forum, but it got flagged as spam.

turion commented 4 years ago

This is what I posted: https://travis-ci.community/t/unknown-hash-algorithm/8836/1

github-actions[bot] commented 3 years ago

This issue has not seen any activity in a long time. If no further activity occurs, it will be closed after ten weeks.

turion commented 3 years ago

Seems fixed. Also, currently the nix version is 2.3.3 already.