CI: install numa library.
See failure at https://github.com/jgm/pandoc/runs/2541449722
This commit is contained in:
parent
2a2e08d823
commit
83c83d4589
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -76,6 +76,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# needed by memory
|
||||
- name: Install numa
|
||||
run: sudo apt-get install libnuma-dev
|
||||
|
||||
# need to install older cabal/ghc versions from ppa repository
|
||||
|
||||
- name: Install recent cabal/ghc
|
||||
|
|
Loading…
Add table
Reference in a new issue