Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Dec 21, 2024
1 parent f27509c commit 2ce8f47
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
Expand Down Expand Up @@ -69,24 +70,24 @@ jobs:
- 9.6.3
- 9.6.4
- 9.6.5
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
include:
- os: macos-12
ghc: system
- os: macos-latest
ghc: 9.10.1
- os: windows-latest
# ghc: system
ghc: 9.6.2
steps:
- uses: actions/checkout@v4
- uses: hspec/setup-haskell@v1
# - uses: hspec/setup-haskell@v1
- uses: hspec/setup-haskell@2d8fbb058b1727350acf0f7f203503010feafea5
with:
ghc-version: ${{ matrix.ghc }}

- run: ghcup install cabal latest --set
if: matrix.os == 'macos-12'

- run: cabal update
- run: cabal build
- run: cabal exec $(cabal list-bin spec)
Expand Down

0 comments on commit 2ce8f47

Please sign in to comment.