File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
cabal :
8
8
description : " Cabal version"
9
9
required : false
10
- default : " 3.8.1.0 "
10
+ default : " head "
11
11
os :
12
12
description : " Operating system: Linux, Windows or macOS"
13
13
required : true
31
31
sudo chown -R $USER /usr/local/.ghcup
32
32
shell : bash
33
33
34
- - uses : haskell /actions/setup@v2.4.4
34
+ - uses : nlander /actions/setup@install-cabal-head
35
35
id : HaskEnvSetup
36
36
with :
37
37
ghc-version : ${{ inputs.ghc }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
example : ['cabal', 'lsp-types']
122
122
123
123
steps :
124
- - uses : haskell /actions/setup@v2.4.4
124
+ - uses : nlander /actions/setup@install-cabal-head
125
125
with :
126
126
ghc-version : ${{ matrix.ghc }}
127
127
cabal-version : ${{ matrix.cabal }}
You can’t perform that action at this time.
0 commit comments