aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bb5c743fa..d8083f44e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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