File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
os : [ubuntu-latest, macOS-latest]
12
- stack : ["2.1.3"]
13
- ghc : ["8.8.3"]
12
+ stack : ["2.15.7"]
14
13
15
14
steps :
16
15
- name : Get the version
@@ -19,17 +18,18 @@ jobs:
19
18
20
19
- uses : actions/checkout@v2
21
20
22
- - uses : haskell/ actions/setup@v2
21
+ - uses : haskell- actions/setup@v2
23
22
name : Setup Haskell Stack
24
23
with :
25
- ghc-version : ${{ matrix.ghc }}
24
+ enable-stack : true
26
25
stack-version : ${{ matrix.stack }}
26
+ stack-no-global : true
27
27
28
28
- uses : actions/cache@v2
29
29
name : Cache ~/.stack
30
30
with :
31
31
path : ~/.stack
32
- key : " ${{ runner.os }}-${{ matrix.ghc }}- v9-${{ hashFiles('stylish-haskell.cabal', 'stack.yaml', 'stack.yaml.lock') }}"
32
+ key : " ${{ runner.os }}-v9-${{ hashFiles('stylish-haskell.cabal', 'stack.yaml', 'stack.yaml.lock') }}"
33
33
34
34
- name : Add ~/.local/bin to PATH
35
35
run : echo "$HOME/.local/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COMPRESS_BIN_DEPS=$(UPX_BINARY)
27
27
COMPRESS_BIN =upx
28
28
endif
29
29
30
- STACK =stack --system-ghc
30
+ STACK =stack
31
31
32
32
# Default target.
33
33
.PHONY : build
You can’t perform that action at this time.
0 commit comments