diff options
| author | John MacFarlane <[email protected]> | 2024-11-07 07:06:55 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-11-07 07:06:55 -0800 |
| commit | 5c1b5ef1e09c5388ca0e4ffab51dd80ae5cbe91b (patch) | |
| tree | a7a1e674ee1469a700a773c0f7b4deb4740dfbf2 /.github/workflows | |
| parent | eeb8b1eb3a80ce94059e45d6844a6a22e7b019d1 (diff) | |
CI: use ghcup to install cabal in Windows.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15bb0a53e..3222f0470 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,7 @@ jobs: - name: Install ghc run: | ghcup install ghc --set 9.4.4 + ghcup install cabal --set 3.10 # declare/restore cached things |
