mlabs-haskell / apropos

Propositional Logic Apropos Types
Apache License 2.0
14 stars 5 forks source link

Fix CI #10

Closed jhodgdev closed 2 years ago

jhodgdev commented 2 years ago

Currently continuous integration is breaking down for builds. @delicious-lemon is the MLabs cachix key configured correctly for GitHub actions?

Run cachix/cachix-action@v10
Cachix: installing
Cachix: using cache mlabs
  /nix/var/nix/profiles/per-user/runner/profile/bin/cachix use mlabs

  Binary cache mlabs doesn't exist or it's private. Start by visiting https://app.cachix.org/ and create a personal/cache auth token.

  To configure the token:

  a) Via environment variable: 

  $ export CACHIX_AUTH_TOKEN=<token...>

  b) Via configuration file:

  $ cachix authtoken <token...>::error::Action failed with error: Error: The process '/nix/var/nix/profiles/per-user/runner/profile/bin/cachix' failed with exit code 1
jhodgdev commented 2 years ago

CI on main is now encountering an issue where mismatched versions of hlint and fourmolu locally and on the runner prevent us from auto-formatting and linting in a way the CI will accept. This will be closed by #18