Skip to content

Commit db4dab2

Browse files
committed
Don't use nightly to build docs
1 parent 1f5904d commit db4dab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727

2828
- uses: haskell-actions/setup@v2
2929
with:
30-
ghc-version: latest-nightly
30+
ghc-version: 9.14.0.20250819
3131
cabal-version: 3.14
32-
ghcup-release-channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
32+
ghcup-release-channel: https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/develop/ghcup-prereleases-0.0.9.yaml
3333

3434
- name: Build docs for haskell-debugger
3535
run: cabal haddock --haddock-for-hackage --enable-documentation

0 commit comments

Comments
 (0)