Skip to content

Commit 0f188d5

Browse files
andreasabelBodigrim
authored andcommitted
CI: redhat/ubi9 does not have ncurses-compat-libs
1 parent 15f3bf8 commit 0f188d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- name: Install
7070
run: |
71-
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl autoconf
71+
yum install -y gcc gmp gmp-devel make ncurses xz perl autoconf
7272
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.4.8 sh
7373
- uses: actions/checkout@v4
7474
- name: Test
@@ -110,7 +110,7 @@ jobs:
110110
apt-get update -y
111111
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
112112
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
113-
- uses: actions/checkout@v4
113+
- uses: actions/checkout@v3
114114
- name: Test
115115
run: |
116116
source ~/.ghcup/env

0 commit comments

Comments
 (0)