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 77 cabal :
88 description : " Cabal version"
99 required : false
10- default : " 3.8.1.0 "
10+ default : " head "
1111 os :
1212 description : " Operating system: Linux, Windows or macOS"
1313 required : true
3131 sudo chown -R $USER /usr/local/.ghcup
3232 shell : bash
3333
34- - uses : haskell /actions/setup@v2.4.4
34+ - uses : nlander /actions/setup@install-cabal-head
3535 id : HaskEnvSetup
3636 with :
3737 ghc-version : ${{ inputs.ghc }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 example : ['cabal', 'lsp-types']
122122
123123 steps :
124- - uses : haskell /actions/setup@v2.4.4
124+ - uses : nlander /actions/setup@install-cabal-head
125125 with :
126126 ghc-version : ${{ matrix.ghc }}
127127 cabal-version : ${{ matrix.cabal }}
You can’t perform that action at this time.
0 commit comments