Skip to content

Commit

Permalink
6th try haskell.yml
Browse files Browse the repository at this point in the history
smoge authored Nov 17, 2024

Verified

This commit was signed with the committer’s verified signature.
samdark Alexander Makarov
1 parent 689538c commit 7e5ea59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -55,12 +55,10 @@ jobs:
stack --version
stack config set system-ghc false
stack config set install-ghc true
# Create or update stack.yaml.lock if it doesn't exist
stack lock --modify-stack-yaml
- name: Install GHC
run: |
stack setup --resolver lts-21.25 --install-ghc --silent
stack setup --install-ghc --silent
- name: Build dependencies
run: |

0 comments on commit 7e5ea59

Please sign in to comment.