Skip to content

Commit 4b39713

Browse files
committed
Configure stack
1 parent eb74d59 commit 4b39713

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stack.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
enable-stack: true
2929
stack-version: '2.15.7'
3030

31+
- name: Configure stack
32+
run: |
33+
stack config set system-ghc --global true
34+
stack config set install-ghc --global false
35+
stack config set resolver ${{ matrix.vers.stackage }}
36+
3137
- name: Update hackage index
3238
run: cabal update --ignore-project
3339

0 commit comments

Comments
 (0)