Skip to content

Commit c740aa8

Browse files
committed
CI: restore workaround
1 parent 09e9842 commit c740aa8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
with:
116116
ocaml-compiler: ${{ matrix.ocaml-compiler }}
117117

118+
# Work-around a race between reinstalling mingw-w64-shims
119+
# (because of conf-pkg-config optional dep) and installing other
120+
# packages that implicitly depend on mingw-w64-shims.
121+
- run: opam install conf-pkg-config
122+
if: runner.os == 'Windows'
123+
118124
- name: Set-up Binaryen
119125
uses: Aandreba/[email protected]
120126
with:

0 commit comments

Comments
 (0)