Skip to content

Commit 7303d6c

Browse files
authored
CI: pin setup-ocaml to avoid cygwin.3.6.1 issues (#1932)
1 parent 18cc926 commit 7303d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
node-version: latest
7979

8080
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
81-
uses: ocaml/setup-ocaml@v3
81+
uses: hhugo/setup-ocaml@e2c53ef4dfff086a9e29c70199e2c5049fb3f68f
8282
with:
8383
ocaml-compiler: ${{ matrix.ocaml-compiler }}
8484

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
node-version: latest
108108

109109
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
110-
uses: ocaml/setup-ocaml@v3
110+
uses: hhugo/setup-ocaml@e2c53ef4dfff086a9e29c70199e2c5049fb3f68f
111111
with:
112112
ocaml-compiler: ${{ matrix.ocaml-compiler }}
113113

0 commit comments

Comments
 (0)