Skip to content

Commit

Permalink
ci: Fix quick-jobs GHC version to 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-romes committed May 16, 2024
1 parent 03d9829 commit 45d48e7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ jobs:
gen-paths-module
gen-spdx
gen-spdx-exc
# This job is not run in a container, any recent GHC should be fine
steps:
# SKIP installation of ghc and cabal and use the preinstalled versions.
# - name: ghcup
# run: |
# ghcup --version
# ghcup config set cache true
# ghcup install ghc recommended
# ghcup set ghc recommended
- name: ghcup
run: |
ghcup --version
ghcup config set cache true
ghcup install ghc 9.8.2
ghcup set ghc 9.8.2
- name: Haskell versions
run: |
ghc --version
Expand Down

0 comments on commit 45d48e7

Please sign in to comment.