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 cb30102 commit 597e70fCopy full SHA for 597e70f
.github/workflows/ci.yml
@@ -54,7 +54,8 @@ jobs:
54
run: |
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 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
57
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v3
58
+ # actions/checkout@v4 (using node20) does not run on image: centos:7
59
- name: Test
60
61
source ~/.ghcup/env
0 commit comments