File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
- name : Install
54
54
run : |
55
55
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
57
57
- uses : actions/checkout@v3
58
58
- name : Test
59
59
run : |
92
92
run : |
93
93
apt-get update -y
94
94
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
96
96
- uses : actions/checkout@v1
97
97
- name : Test
98
98
run : |
You can’t perform that action at this time.
0 commit comments