File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,10 @@ jobs:
78
78
node-version : latest
79
79
80
80
- name : Set-up OCaml ${{ matrix.ocaml-compiler }}
81
- uses : ocaml/setup-ocaml@v3.2
81
+ uses : ocaml/setup-ocaml@v3
82
82
with :
83
83
ocaml-compiler : ${{ matrix.ocaml-compiler }}
84
84
85
- - name : Fix cygwin
86
- if : runner.os == 'Windows'
87
- shell : bash
88
- run : sed -i -e 's/binary/noacl,&/' /etc/fstab
89
-
90
85
- name : Set-up Binaryen
91
86
92
87
with :
Original file line number Diff line number Diff line change @@ -107,15 +107,10 @@ jobs:
107
107
node-version : latest
108
108
109
109
- name : Set-up OCaml ${{ matrix.ocaml-compiler }}
110
- uses : ocaml/setup-ocaml@v3.2
110
+ uses : ocaml/setup-ocaml@v3
111
111
with :
112
112
ocaml-compiler : ${{ matrix.ocaml-compiler }}
113
113
114
- - name : Fix cygwin
115
- if : runner.os == 'Windows'
116
- shell : bash
117
- run : sed -i -e 's/binary/noacl,&/' /etc/fstab
118
-
119
114
# Pin Dune to a version which supports the new --effects flag
120
115
# (https://github.com/ocaml/dune/pull/11222).
121
116
- name : Pin Dune
@@ -136,7 +131,7 @@ jobs:
136
131
# It's faster to use a cached version
137
132
run : opam install --fake binaryen-bin
138
133
139
- - run : opam install . --best-effort
134
+ - run : opam install . --best-effort --solver builtin-mccs+glpk
140
135
if : ${{ matrix.skip-test }}
141
136
142
137
- run : opam install . --deps-only --with-test
You can’t perform that action at this time.
0 commit comments