Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
Actions: Setup GHC's version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Jul 20, 2023
1 parent bcdd144 commit f85f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: ./.github/actions/install-stack
- uses: ./.github/actions/cache
- name: Compile Project
run: stack build
run: stack --compile ghc-${{ matrix.ghc-version }} build
# This is to check if the project has been compiled with the correct version of ghc-lib.
# For example, if there is a mismatch, we would get something like "Unknown Constructor: Char"
- name: Check Basic Suggestion
Expand Down

0 comments on commit f85f24b

Please sign in to comment.