mpickering / eventlog2html

Visualise eventlog events as a static webpage
Other
69 stars 15 forks source link

Fix CI #176

Closed BinderDavid closed 1 year ago

BinderDavid commented 1 year ago

I think the CI is currently not working, the logs in #169 have already disappeared, but there was some problem with the nix configuration. I cannot really fix nix issues, and the CI action also relies on private cachix configuration by @mpickering .

Was there any specific reason we have to rely on your personal cachix, Matt, or could we just rewrite this using the available github actions for Haskell? (Also, I think we should have a build matrix for multiple GHC versions, since it is currently not building with all current GHC versions).

BinderDavid commented 1 year ago

179 should fix the CI failure part, but we should probably still think about adding a matrix for multiple GHC versions.