Skip to content

Commit 5524f7f

Browse files
committed
CI: Install libnuma-dev for old GHC bindists
Some older GHC binary distributions (notably 9.0.2) depend on it. See https://gitlab.haskell.org/ghc/ghc/-/issues/15688
1 parent 8ddf022 commit 5524f7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/patch-test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
machine api.github.com
6363
password ${{ secrets.GITHUB_TOKEN }}
6464
EOF
65+
- uses: ./.github/actions/install_apt_pkgs
66+
with:
67+
# some old ghc distributions require libnuma, see https://gitlab.haskell.org/ghc/ghc/-/issues/15688
68+
packages: libnuma-dev
6569
- name: Build & test
6670
shell: bash
6771
run: |

0 commit comments

Comments
 (0)