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 68
68
steps :
69
69
- name : Install
70
70
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
72
72
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.4.8 sh
73
73
- uses : actions/checkout@v4
74
74
- name : Test
@@ -110,7 +110,7 @@ jobs:
110
110
apt-get update -y
111
111
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
112
112
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
114
114
- name : Test
115
115
run : |
116
116
source ~/.ghcup/env
You can’t perform that action at this time.
0 commit comments