File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 key : ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
134134 restore-keys : ${{ runner.os }}-${{ matrix.ghc }}-
135135
136- - name : Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR # 8546)
136+ - name : " Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)"
137137 run : git config --global protocol.file.allow always
138138
139139 # The tool is not essential to the rest of the test suite. If
@@ -146,10 +146,15 @@ jobs:
146146 run : cabal install --ignore-project hackage-repo-tool
147147
148148 # Needed by cabal-testsuite/PackageTests/Configure/setup.test.hs
149- - name : Install Autotools
149+ - name : " MAC: Install Autotools"
150150 if : runner.os == 'macOS'
151151 run : brew install automake
152152
153+ # Needed by cabal-testsuite/PackageTests/Configure/setup.test.hs
154+ - name : " WIN: Install Autotools"
155+ if : runner.os == 'Windows'
156+ run : /usr/bin/pacman --noconfirm -S autotools
157+
153158 - name : Set validate inputs
154159 run : |
155160 FLAGS="${{ env.COMMON_FLAGS }}"
You can’t perform that action at this time.
0 commit comments