Skip to content

Commit 3906a6e

Browse files
committed
pin ocaml
1 parent e76afa5 commit 3906a6e

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
@@ -137,6 +138,10 @@ jobs:
137138
with:
138139
ocaml-compiler: ${{ matrix.ocaml-compiler }}
139140

141+
- name: patch compiler
142+
if: matrix.ocaml-compiler == 'ocaml-variants.5.3.1+trunk'
143+
run: opam pin ocaml-variants https://github.com/hhugo/ocaml.git#optimization-hints
144+
140145
# Work-around a race between reinstalling mingw-w64-shims
141146
# (because of conf-pkg-config optional dep) and installing other
142147
# packages that implicitly depend on mingw-w64-shims.

0 commit comments

Comments
 (0)