Skip to content

Commit

Permalink
CI: Use cabal-install-3.10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 3, 2023
1 parent c32b72f commit d39b69d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
ghc-ver: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.8", "9.4.5", "9.6.2"]
cabal-ver: ["3.10.1.0"]
# complete all jobs
fail-fast: false
name: Argo - GHC v${{ matrix.ghc-ver }} - ubuntu-latest
Expand All @@ -26,11 +27,12 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- name: Get GHC
- name: Get GHC and Cabal
uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc-ver }}
cabal-version: ${{ matrix.cabal-ver }}
- uses: actions/cache/restore@v3
name: Restore cabal store cache
with:
Expand Down

0 comments on commit d39b69d

Please sign in to comment.