We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a021d commit 074f02dCopy full SHA for 074f02d
.github/workflows/centos.yml
@@ -15,8 +15,8 @@ jobs:
15
steps:
16
- name: install deps
17
run: |
18
- yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs ncurses-devel xz perl
19
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=8.10.7 sh
+ yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs ncurses-devel xz perl libstdc++-static
+ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
20
- uses: actions/checkout@v3
21
- name: Test
22
0 commit comments