We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e9842 commit c740aa8Copy full SHA for c740aa8
.github/workflows/build.yml
@@ -115,6 +115,12 @@ jobs:
115
with:
116
ocaml-compiler: ${{ matrix.ocaml-compiler }}
117
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
+
124
- name: Set-up Binaryen
125
uses: Aandreba/[email protected]
126
0 commit comments