Skip to content

Commit d2cdaa7

Browse files
committed
pin ocaml
1 parent c0a5831 commit d2cdaa7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
skip-test: false
5050
skip-doc: true
5151
- os: ubuntu-latest
52-
ocaml-compiler: "5.3"
52+
ocaml-compiler: "ocaml-variants.5.3.1+trunk"
5353
skip-effects: false
5454
skip-test: false
5555
skip-doc: false
@@ -111,6 +111,10 @@ jobs:
111111
with:
112112
ocaml-compiler: ${{ matrix.ocaml-compiler }}
113113

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+
114118
# Work-around a race between reinstalling mingw-w64-shims
115119
# (because of conf-pkg-config optional dep) and installing other
116120
# packages that implicitly depend on mingw-w64-shims.

0 commit comments

Comments
 (0)