srid/haskell-flake

HLS check fails by trying to access the network

Open

#21 geöffnet am 28. Aug. 2022

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Nix (26 Forks)github user discovery
DXbughelp wanted

Repository-Metriken

Stars
 (231 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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