Skip to content

Commit 632b1ad

Browse files
committed
Doc
1 parent 2229424 commit 632b1ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ jobs:
131131
working-directory: ./wasm_of_ocaml
132132
run: opam exec -- dune build @runtest-wasm
133133

134+
# we continue-on-error on windows because we seem to often hit
135+
# an internal assert inside libuv.
136+
# See https://github.com/libuv/libuv/issues/3622
137+
134138
- name: Run tests with CPS effects
135139
if: ${{ matrix.ocaml-compiler >= '5.' && matrix.separate_compilation }}
136140
continue-on-error: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)