File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,14 @@ jobs:
105
105
cabal-version : latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
106
106
ghcup-release-channel : https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml
107
107
108
+ - if : runner.os == 'windows'
109
+ name : Install windows dependencies
110
+ run : |
111
+ C:\msys64\usr\bin\bash -lc "pacman --disable-download-timeout --noconfirm -Syuu"
112
+ C:\msys64\usr\bin\bash -lc "pacman --disable-download-timeout --noconfirm -S mingw-w64-x86_64-pkg-config"
113
+ # Adjust cabal's configuration so it can find pkg-config
114
+ cabal user-config -a "extra-prog-path: C:\msys64\usr\bin"
115
+
108
116
# See the following link for a breakdown of the following step
109
117
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
110
118
- uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments