Skip to content

Commit 94bb378

Browse files
committed
Fix the github CI
1 parent 53424f8 commit 94bb378

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
#RESOLVER: ${{ matrix.resolver }}
4949
CABAL_BUILD_OPTIONS: ${{ matrix.cabal_build_options }}
5050
CABAL_PROJECT: ${{ matrix.cabal_project }}
51-
#DISABLE_DOCS: ${{ matrix.disable_docs }}
51+
DISABLE_DOCS: ${{ matrix.disable_docs }}
5252
#DISABLE_SDIST_BUILD: ${{ matrix.disable_sdist_build }}
5353
#DISABLE_SDIST_BUILD: "y"
5454
HLINT_VERSION: 3.6.1
@@ -117,26 +117,29 @@ jobs:
117117
cabal_project: cabal.project.d/master
118118
cabal-build-options: --flag fusion-plugin
119119

120-
- name: 8.10.7+macOS
121-
runner: macos-latest
120+
- name: 8.10.7
121+
runner: ubuntu-latest
122122
ghc_version: 8.10.7
123123
build: cabal
124124
cabal-version: 3.2
125125
cabal_project: cabal.project.d/master
126+
disable_docs: y
126127

127128
- name: 8.8.4
128129
runner: ubuntu-latest
129130
ghc_version: 8.8.4
130131
build: cabal
131132
cabal-version: 3.2
132133
cabal_project: cabal.project.d/master
134+
disable_docs: y
133135

134136
- name: 8.6.5
135137
runner: ubuntu-latest
136138
ghc_version: 8.6.5
137139
build: cabal
138140
cabal-version: 3.2
139141
cabal_project: cabal.project.d/master
142+
disable_docs: y
140143

141144
steps:
142145
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)