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 e97fa9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ 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
Expand All @@ -84,9 +86,6 @@ jobs:
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
11 changes: 5 additions & 6 deletions .github/workflows/cabal-doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-13
- windows-latest

steps:
- uses: actions/checkout@v4

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

- run: cabal path -v0 --installdir >> $GITHUB_PATH
if: matrix.os == 'macos-12'
- uses: hspec/setup-haskell@v1
with:
ghc-version: 9.10.1
if: matrix.os == 'macos-13'

- run: ghcup install ghc 9.6 --no-set
- run: ghcup install ghc 8.6.5 --no-set
Expand Down

0 comments on commit e97fa9c

Please sign in to comment.