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 0f65f56 commit 4fc7f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- uses: haskell-actions/setup@v2
name: setup GHC and cabal-install
id: setup
with:
ghc-version: ${{ matrix.vers.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand All @@ -33,8 +34,7 @@ jobs:
run: 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
run: GHC_VERSION=${{ matrix.vers.ghc }} STACKAGE_VERSION=${{ matrix.vers.stackage }} make -f project-files.mk cabal.project

- name: Build dry run
run: cabal build all --enable-tests --enable-benchmarks --dry-run
Expand Down

0 comments on commit 4fc7f7e

Please sign in to comment.