srid/haskell-flake

HLS check fails by trying to access the network

Open

#21 opened on Aug 28, 2022

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Nix (26 forks)github user discovery
DXbughelp wanted

Repository metrics

Stars
 (231 stars)
PR merge metrics
 (PR metrics pending)

Description

The check works on my local machine but not on Github Actions runner or Garnix CI.

https://github.com/srid/haskell-template/runs/8060856223?check_suite_focus=true

default-hls-check> Severity: DsError
default-hls-check> Message:
default-hls-check>   Error when calling cabal exec -v0 -- ghc --print-libdir
default-hls-check>   dieVerbatim: user error (cabal: Couldn't establish HTTP connection. Possible cause: HTTP proxy
default-hls-check>   server
default-hls-check>   is down.
default-hls-check>   )

Very strange.

Contributor guide