Skip to content

Commit

Permalink
CI: use correct ghc/cabal versions from matrix (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
zod authored Nov 28, 2024
1 parent 7c34509 commit 7f5df78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install cabal/ghc
run: |
ghcup install ghc --set ${{ matrix.versions.ghc }}
ghcup install cabal --set ${{ matrix.versions.cabal }}
ghcup install ghc --set ${{ matrix.ghc }}
ghcup install cabal --set ${{ matrix.cabal }}
- name: Cache cabal global package db
id: cabal-global
Expand Down

0 comments on commit 7f5df78

Please sign in to comment.