Skip to content

Commit 1334905

Browse files
committed
Make CI green again
1 parent d63e6b4 commit 1334905

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
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install
5454
run: |
5555
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl autoconf
56-
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
56+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
5757
- uses: actions/checkout@v3
5858
- name: Test
5959
run: |
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
apt-get update -y
9494
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
95-
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
95+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
9696
- uses: actions/checkout@v1
9797
- name: Test
9898
run: |

0 commit comments

Comments
 (0)