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.
1 parent 0fad342 commit 559451bCopy full SHA for 559451b
.github/workflows/hackage.yml
@@ -34,6 +34,9 @@ jobs:
34
ghc-version: ${{ matrix.ghc }}
35
cabal-version: '3.4'
36
37
+ - name: "Set ghc with ghcup to workaround https://github.com/haskell/actions/issues/73"
38
+ run: ghcup install ghc ${{ matrix.ghc }} --set
39
+
40
- name: Cache Cabal
41
uses: actions/cache@v2
42
env:
0 commit comments