We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998e27a commit f790a59Copy full SHA for f790a59
.github/workflows/js_of_ocaml.yml
@@ -59,7 +59,8 @@ jobs:
59
skip-doc: true
60
- os: ubuntu-latest
61
os-name: Ubuntu
62
- ocaml-compiler: "5.3"
+ ocaml-name: "5.3.1+pr"
63
+ ocaml-compiler: "ocaml-variants.5.3.1+trunk"
64
skip-effects: false
65
skip-test: false
66
skip-doc: false
@@ -141,6 +142,10 @@ jobs:
141
142
with:
143
ocaml-compiler: ${{ matrix.ocaml-compiler }}
144
145
+ - name: patch compiler
146
+ if: matrix.ocaml-compiler == 'ocaml-variants.5.3.1+trunk'
147
+ run: opam pin ocaml-variants https://github.com/hhugo/ocaml.git#optimization-hints
148
+
149
# Work-around a race between reinstalling mingw-w64-shims
150
# (because of conf-pkg-config optional dep) and installing other
151
# packages that implicitly depend on mingw-w64-shims.
0 commit comments