We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40b490 commit 097cefdCopy full SHA for 097cefd
1 file changed
.github/workflows/build.yaml
@@ -149,6 +149,9 @@ jobs:
149
with:
150
ocaml-compiler: ${{ matrix.ocaml-compiler }}
151
152
+ - name: Install something that triggers mingw-w64-shims recompilation
153
+ run: opam install --deps-only --with-test --with-doc -y .
154
+
155
- name: Install dependencies
156
run: opam install --deps-only --with-test --with-doc -y .
157
0 commit comments