Skip to content

Commit

Permalink
github: specify ghc and cabal version
Browse files Browse the repository at this point in the history
This duplicates info from under `capDL-tool`, but it seems the
haskell/setup action can't be persuaded to not immediately install
something (`stack-no-global` had no effect).

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jul 11, 2024
1 parent 7ec5e7d commit ed79353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
enable-stack: true
stack-setup-ghc: true
ghc-version: 9.2.8
- name: Build and test
run: |
cd capDL-tool
Expand Down

0 comments on commit ed79353

Please sign in to comment.