Skip to content

Commit

Permalink
setup still installs GHC twice, whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix committed May 26, 2024
1 parent eec3530 commit db5b0db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
- name: Clone project
uses: actions/checkout@v4

# Not sure how to have GHC not setup twice
# Something with settings "ghc-version"?
# ["9.8", "9.6", "9.4", "9.2", "9.0", "8.10"]
- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
with:
stack-version: ${{ matrix.stack }}
stack-no-global: true
stack-setup-ghc: true
enable-stack: true

# Getting weird OS X errors...
Expand Down

0 comments on commit db5b0db

Please sign in to comment.