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 c0a5831 commit d2cdaa7Copy full SHA for d2cdaa7
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
skip-test: false
50
skip-doc: true
51
- os: ubuntu-latest
52
- ocaml-compiler: "5.3"
+ ocaml-compiler: "ocaml-variants.5.3.1+trunk"
53
skip-effects: false
54
55
skip-doc: false
@@ -111,6 +111,10 @@ jobs:
111
with:
112
ocaml-compiler: ${{ matrix.ocaml-compiler }}
113
114
+ - name: patch compiler
115
+ if: matrix.ocaml-compiler == 'ocaml-variants.5.3.1+trunk'
116
+ run: opam pin ocaml-variants https://github.com/hhugo/ocaml.git#optimization-hints
117
+
118
# Work-around a race between reinstalling mingw-w64-shims
119
# (because of conf-pkg-config optional dep) and installing other
120
# packages that implicitly depend on mingw-w64-shims.
0 commit comments