We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f889d3b + 9b0699d commit 9757e93Copy full SHA for 9757e93
.github/actions/setup-build/action.yml
@@ -31,7 +31,7 @@ runs:
31
sudo chown -R $USER /usr/local/.ghcup
32
shell: bash
33
34
- - uses: haskell-actions/setup@v2.7.0
+ - uses: haskell-actions/setup@v2.7.1
35
id: HaskEnvSetup
36
with:
37
ghc-version : ${{ inputs.ghc }}
.github/workflows/bench.yml
@@ -126,7 +126,7 @@ jobs:
126
example: ['cabal', 'lsp-types']
127
128
steps:
129
130
131
ghc-version : ${{ matrix.ghc }}
132
cabal-version: ${{ matrix.cabal }}
0 commit comments