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 4d4ccbb commit 4aaf531Copy full SHA for 4aaf531
.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
@@ -130,6 +131,10 @@ jobs:
130
131
with:
132
ocaml-compiler: ${{ matrix.ocaml-compiler }}
133
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
+
138
# Work-around a race between reinstalling mingw-w64-shims
139
# (because of conf-pkg-config optional dep) and installing other
140
# packages that implicitly depend on mingw-w64-shims.
0 commit comments