Merge pull request #932 from xmonad/haskell-ci-update

ci: Regenerate haskell-ci
This commit is contained in:
Tony Zorman 2025-03-31 08:24:48 +00:00 committed by GitHub
commit bd81961a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,9 +8,9 @@
# #
# For more information, see https://github.com/haskell-CI/haskell-ci # For more information, see https://github.com/haskell-CI/haskell-ci
# #
# version: 0.19.20250315 # version: 0.19.20250327
# #
# REGENDATA ("0.19.20250315",["github","cabal.project"]) # REGENDATA ("0.19.20250327",["github","cabal.project"])
# #
name: Haskell-CI name: Haskell-CI
on: on:
@ -91,7 +91,7 @@ jobs:
- name: Install GHCup - name: Install GHCup
run: | run: |
mkdir -p "$HOME/.ghcup/bin" mkdir -p "$HOME/.ghcup/bin"
curl -sL https://downloads.haskell.org/ghcup/0.1.40.0/x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup" curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
chmod a+x "$HOME/.ghcup/bin/ghcup" chmod a+x "$HOME/.ghcup/bin/ghcup"
- name: Install cabal-install - name: Install cabal-install
run: | run: |