Skip to content

Commit 7c10157

Browse files
committed
Haskell CI: need gd library
1 parent 2d2636d commit 7c10157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
7373
"$HOME/.ghcup/bin/ghcup" install cabal 3.9.0.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
7474
apt-get update
75-
apt-get install -y libbrotli-dev
75+
apt-get install -y libbrotli-dev libgd-dev
7676
env:
7777
HCKIND: ${{ matrix.compilerKind }}
7878
HCNAME: ${{ matrix.compiler }}

cabal.haskell-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ installed: +all -Cabal -text -parsec -process
99
-- Use Ubuntu 22.04
1010
distribution: jammy
1111

12-
apt: libbrotli-dev
12+
apt: libbrotli-dev libgd-dev
1313

1414
-- Make sure the haddock step is included,
1515
-- even though we don't define any library.

0 commit comments

Comments
 (0)