mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
CI: ensure we're using the right version of cabal.
(Add `--set` to `ghcup install`.)
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
- name: Install cabal/ghc
|
||||
run: |
|
||||
ghcup install ghc --set ${{ matrix.versions.ghc }}
|
||||
ghcup install cabal ${{ matrix.versions.cabal }}
|
||||
ghcup install cabal --set ${{ matrix.versions.cabal }}
|
||||
|
||||
# declare/restore cached things
|
||||
# caching doesn't work for scheduled runs yet
|
||||
|
||||
Reference in New Issue
Block a user