From d5ad99e4c917f11e081fd556160b723d91729a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Tue, 14 Jan 2025 22:58:00 +0100 Subject: [PATCH] WIP --- .github/workflows/build-wasm_of_ocaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wasm_of_ocaml.yml b/.github/workflows/build-wasm_of_ocaml.yml index a45ed158cd..d0ffb50c38 100644 --- a/.github/workflows/build-wasm_of_ocaml.yml +++ b/.github/workflows/build-wasm_of_ocaml.yml @@ -94,7 +94,7 @@ jobs: # Work-around a race between reinstalling mingw-w64-shims # (because of conf-pkg-config optional dep) and installing other # packages that implicitly depend on mingw-w64-shims. - - run: opam install conf-pkg-config + - run: opam install conf-pkg-config conf-mingw-w64-gcc-i686 if: runner.os == 'Windows' - name: Pin dune