We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2636d commit 7c10157Copy full SHA for 7c10157
.github/workflows/haskell-ci.yml
@@ -72,7 +72,7 @@ jobs:
72
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
73
"$HOME/.ghcup/bin/ghcup" install cabal 3.9.0.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
74
apt-get update
75
- apt-get install -y libbrotli-dev
+ apt-get install -y libbrotli-dev libgd-dev
76
env:
77
HCKIND: ${{ matrix.compilerKind }}
78
HCNAME: ${{ matrix.compiler }}
cabal.haskell-ci
@@ -9,7 +9,7 @@ installed: +all -Cabal -text -parsec -process
9
-- Use Ubuntu 22.04
10
distribution: jammy
11
12
-apt: libbrotli-dev
+apt: libbrotli-dev libgd-dev
13
14
-- Make sure the haddock step is included,
15
-- even though we don't define any library.
0 commit comments