File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 59
59
skip-doc : true
60
60
- os : ubuntu-latest
61
61
os-name : Ubuntu
62
- ocaml-compiler : " 5.3"
62
+ ocaml-name : " 5.3.1+pr"
63
+ ocaml-compiler : " ocaml-variants.5.3.1+trunk"
63
64
skip-effects : false
64
65
skip-test : false
65
66
skip-doc : false
@@ -130,6 +131,10 @@ jobs:
130
131
with :
131
132
ocaml-compiler : ${{ matrix.ocaml-compiler }}
132
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
+
133
138
# Work-around a race between reinstalling mingw-w64-shims
134
139
# (because of conf-pkg-config optional dep) and installing other
135
140
# packages that implicitly depend on mingw-w64-shims.
You can’t perform that action at this time.
0 commit comments