Skip to content

Commit 097cefd

Browse files
committed
Test to see what is responsible for the windows CI problem
1 parent f40b490 commit 097cefd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
with:
150150
ocaml-compiler: ${{ matrix.ocaml-compiler }}
151151

152+
- name: Install something that triggers mingw-w64-shims recompilation
153+
run: opam install --deps-only --with-test --with-doc -y .
154+
152155
- name: Install dependencies
153156
run: opam install --deps-only --with-test --with-doc -y .
154157

0 commit comments

Comments
 (0)