Skip to content

Commit b0b64f0

Browse files
committed
ci: Install libzmq and libnanomsg
1 parent fc7766c commit b0b64f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This GitHub workflow config has been generated by a script via
22
#
3-
# haskell-ci 'github' './nanomsg-haskell.cabal'
3+
# haskell-ci '--apt' 'libnanomsg5' '--apt' 'libnanomsg-dev' '--apt' 'libczmq-dev' 'github' './nanomsg-haskell.cabal'
44
#
55
# To regenerate the script (for example after adjusting tested-with) run
66
#
@@ -10,7 +10,7 @@
1010
#
1111
# version: 0.19.20240708
1212
#
13-
# REGENDATA ("0.19.20240708",["github","./nanomsg-haskell.cabal"])
13+
# REGENDATA ("0.19.20240708",["--apt","libnanomsg5","--apt","libnanomsg-dev","--apt","libczmq-dev","github","./nanomsg-haskell.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -59,6 +59,8 @@ jobs:
5959
chmod a+x "$HOME/.ghcup/bin/ghcup"
6060
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
6161
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
62+
apt-get update
63+
apt-get install -y libczmq-dev libnanomsg-dev libnanomsg5
6264
env:
6365
HCKIND: ${{ matrix.compilerKind }}
6466
HCNAME: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)