Skip to content

Commit 4aaf531

Browse files
committed
pin ocaml
1 parent 4d4ccbb commit 4aaf531

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
skip-doc: true
6060
- os: ubuntu-latest
6161
os-name: Ubuntu
62-
ocaml-compiler: "5.3"
62+
ocaml-name: "5.3.1+pr"
63+
ocaml-compiler: "ocaml-variants.5.3.1+trunk"
6364
skip-effects: false
6465
skip-test: false
6566
skip-doc: false
@@ -130,6 +131,10 @@ jobs:
130131
with:
131132
ocaml-compiler: ${{ matrix.ocaml-compiler }}
132133

134+
- name: patch compiler
135+
if: matrix.ocaml-compiler == 'ocaml-variants.5.3.1+trunk'
136+
run: opam pin ocaml-variants https://github.com/hhugo/ocaml.git#optimization-hints
137+
133138
# Work-around a race between reinstalling mingw-w64-shims
134139
# (because of conf-pkg-config optional dep) and installing other
135140
# packages that implicitly depend on mingw-w64-shims.

0 commit comments

Comments
 (0)