Skip to content

Commit

Permalink
CI: Keep centos:7 at actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored and hasufell committed Mar 22, 2024
1 parent cb30102 commit 597e70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: |
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl autoconf
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
- uses: actions/checkout@v4
- uses: actions/checkout@v3
# actions/checkout@v4 (using node20) does not run on image: centos:7
- name: Test
run: |
source ~/.ghcup/env
Expand Down

0 comments on commit 597e70f

Please sign in to comment.