File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,19 @@ jobs:
16
16
os : [windows-latest, macOS-latest]
17
17
ghc : ['latest']
18
18
steps :
19
- - uses : actions/checkout@v3
20
- - uses : haskell/ actions/setup@v2
19
+ - uses : actions/checkout@v4
20
+ - uses : haskell- actions/setup@v2
21
21
id : setup-haskell-cabal
22
22
with :
23
23
ghc-version : ${{ matrix.ghc }}
24
- - name : Update cabal package database
25
- run : cabal update
24
+ cabal-update : true
26
25
- uses : actions/cache@v3
27
26
name : Cache cabal stuff
28
27
with :
29
28
path : |
30
29
${{ steps.setup-haskell-cabal.outputs.cabal-store }}
31
30
dist-newstyle
32
- key : ${{ runner.os }}-${{ matrix. ghc }}
31
+ key : ${{ runner.os }}-ghc- ${{ steps.setup-haskell-cabal.outputs. ghc-version }}
33
32
- name : Build
34
33
run : |
35
34
cabal sdist -z -o .
You can’t perform that action at this time.
0 commit comments