Skip to content

Commit

Permalink
Configure stack
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 22, 2024
1 parent eb74d59 commit 4b39713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
enable-stack: true
stack-version: '2.15.7'

- name: Configure stack
run: |
stack config set system-ghc --global true
stack config set install-ghc --global false
stack config set resolver ${{ matrix.vers.stackage }}
- name: Update hackage index
run: cabal update --ignore-project

Expand Down

0 comments on commit 4b39713

Please sign in to comment.