Skip to content

Commit

Permalink
CI "Meta checks": print Haskell versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 2, 2024
1 parent 56426e4 commit 9a311bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
# ghcup config set cache true
# ghcup install ghc recommended
# ghcup set ghc recommended
- name: Haskell versions
run: |
ghc --version
cabal --version
- name: Update Hackage index
run: cabal v2-update
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9a311bd

Please sign in to comment.