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 92aa57f commit cae1498Copy full SHA for cae1498
.github/workflows/opam.yml
@@ -38,6 +38,7 @@ jobs:
38
39
- name: Install local dependencies
40
run: |
41
+ opam repo add ospencer https://github.com/ospencer/opam-repository
42
opam install . --deps-only --with-test
43
44
- name: Build project
binaryen.opam
@@ -16,6 +16,6 @@ depends: [
16
"dune" {>= "3.0.0"}
17
"dune-configurator" {>= "3.0.0"}
18
"js_of_ocaml-compiler" {>= "6.0.0" < "7.0.0"}
19
- "libbinaryen" {>= "122.0.0" < "123.0.0"}
+ "libbinaryen" {>= "122.0.1" < "123.0.0"}
20
]
21
x-maintenance-intent: ["0.(latest)"]
0 commit comments