Skip to content

Commit 559451b

Browse files
committed
Set ghc by default using ghcup
1 parent 0fad342 commit 559451b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/hackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
ghc-version: ${{ matrix.ghc }}
3535
cabal-version: '3.4'
3636

37+
- name: "Set ghc with ghcup to workaround https://github.com/haskell/actions/issues/73"
38+
run: ghcup install ghc ${{ matrix.ghc }} --set
39+
3740
- name: Cache Cabal
3841
uses: actions/cache@v2
3942
env:

0 commit comments

Comments
 (0)