File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -12,33 +12,33 @@ jobs:
12
12
matrix :
13
13
cabal : ["3.6"]
14
14
ghc :
15
- - " 8.10.7"
15
+ - " 8.10.7"
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
19
- with :
20
- submodules : true
18
+ - uses : actions/checkout@v2
19
+ with :
20
+ submodules : true
21
21
22
- - uses : haskell/actions/setup@v1
23
- name : Setup GHC and cabal-install
24
- with :
25
- ghc-version : ${{ matrix.ghc }}
26
- cabal-version : ${{ matrix.cabal }}
22
+ - uses : haskell/actions/setup@v1
23
+ name : Setup GHC and cabal-install
24
+ with :
25
+ ghc-version : ${{ matrix.ghc }}
26
+ cabal-version : ${{ matrix.cabal }}
27
27
28
- - uses : actions/cache@v2
29
- name : cache ~/.cabal/store
30
- with :
31
- path : ~/.cabal/store
32
- key : ${{ runner.os }}-${{ matrix.ghc }}-cabal
28
+ - uses : actions/cache@v2
29
+ name : cache ~/.cabal/store
30
+ with :
31
+ path : ~/.cabal/store
32
+ key : ${{ runner.os }}-${{ matrix.ghc }}-cabal
33
33
34
- - name : update
35
- run : cabal update
34
+ - name : update
35
+ run : cabal update
36
36
37
- - name : install stan
38
- run : cabal install stan --installdir=.bin --install-method=copy --overwrite-policy=always
37
+ - name : install stan
38
+ run : cabal install stan --installdir=.bin --install-method=copy --overwrite-policy=always
39
39
40
- - name : generate .hie for analysis
41
- run : cabal build stack:lib:stack
40
+ - name : generate .hie for analysis
41
+ run : cabal build stack:lib:stack
42
42
43
- - name : stan
44
- run : .bin/stan report
43
+ - name : stan
44
+ run : .bin/stan report
You can’t perform that action at this time.
0 commit comments