Skip to content

Commit 8a8cf4b

Browse files
committed
CI stack: remove libnuma (only needed on ubuntu-18.04)
1 parent 1217a30 commit 8a8cf4b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/stack.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
sudo apt-get update
5454
sudo apt-get install libbrotli-dev -qq
5555
56-
- name: Install the numa library (Ubuntu, GHC 8.4.4)
57-
if: ${{ runner.os == 'Linux' && matrix.ghc-ver == '8.4.4' }}
58-
run: |
59-
sudo apt-get install libnuma-dev -qq
60-
6156
- name: Set environment variables based on Haskell setup
6257
run: |
6358
export STACK_VER=$(stack --numeric-version)

0 commit comments

Comments
 (0)