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 7d8d614 commit 510abfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
with:
ghc-version: ${{ matrix.vers.ghc }}
cabal-version: ${{ matrix.cabal }}
cabal-update: true
enable-stack: true
stack-version: '2.15.7'

- name: Install Dhall
run: cabal install dhall --with-compiler=ghc-${{ matrix.vers.ghc }} --ignore-project
run: |
cabal update --ignore-project
cabal install dhall --with-compiler=ghc-${{ matrix.vers.ghc }} --ignore-project
- name: Updo
run: GHC_VERSION=${{ matrix.vers.ghc }} STACKAGE_VERSION=${{ matrix.vers.stackage }} make -f project-files.mk cabal.project
Expand Down

0 comments on commit 510abfc

Please sign in to comment.