Skip to content

Commit 65cf5da

Browse files
committed
different stack installation
1 parent f22332f commit 65cf5da

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
tags:
55
- 'v*'
66

7+
permissions:
8+
contents: write
9+
710
name: build
811
jobs:
912
build:
@@ -20,8 +23,8 @@ jobs:
2023
enable-stack: true
2124
stack-version: 'latest'
2225
- run: |
23-
stack config set system-ghc --global true
24-
stack config set install-ghc --global false
26+
stack config set system-ghc --global false
27+
stack config set install-ghc --global true
2528
2629
- name: List dependencies
2730
run: stack ls dependencies json | jq > stack-deps.json

0 commit comments

Comments
 (0)