File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments