Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 20, 2024
1 parent 3a3a680 commit 9b671ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
cabal: ["3.10"]
vers:
- {ghc: "9.2.8", stackage: "lts-20.26"}
- {ghc: "9.4.8", stackage: "lts-21.25"}
- {ghc: "9.6.5", stackage: "lts-22.22"}
# - {ghc: "9.2.8", stackage: "lts-20.26"}
# - {ghc: "9.4.8", stackage: "lts-21.25"}
# - {ghc: "9.6.5", stackage: "lts-22.22"}
- {ghc: "9.8.2", stackage: "nightly-2024-05-18"}

steps:
Expand All @@ -27,16 +27,16 @@ jobs:
with:
ghc-version: ${{ matrix.vers.ghc }}
cabal-version: ${{ matrix.cabal }}
cabal-update: true

- uses: actions/cache@v4
name: cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-cabal-${{ matrix.cabal }}-ghc-${{ matrix.vers.ghc }}-cabal
key: ${{ runner.os }}-cabal-${{ matrix.cabal }}-ghc-${{ matrix.vers.ghc }}

- name: build
run: |
cabal update
cabal install dhall-1.42.1
GHC_VERSION=${{ matrix.vers.ghc }} STACKAGE_VERSION=${{ matrix.vers.stackage }} make -f project-files.mk
cabal build all --enable-tests
Expand Down

0 comments on commit 9b671ce

Please sign in to comment.