Skip to content

Commit b76050a

Browse files
authored
Update dist-macos-latest.yml
1 parent 3fe15dd commit b76050a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dist-macos-latest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- run: env
1616
- run: brew install ghcup
1717
- run: ghcup install ghc ${{ matrix.ghc }} --set
18+
- run: echo "$HOME/.ghcup/bin" >> "$GITHUB_PATH"
1819
- run: ghc --version
20+
- df -h
1921
- run: which ghc
2022
- run: which cabal
2123
- run: which ghcup
@@ -47,4 +49,4 @@ jobs:
4749
os:
4850
- macos-latest
4951
ghc:
50-
- 8.0.2
52+
- 9.12.2

0 commit comments

Comments
 (0)