Skip to content

Commit cae1498

Browse files
committed
test using opam fork
1 parent 92aa57f commit cae1498

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/opam.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Install local dependencies
4040
run: |
41+
opam repo add ospencer https://github.com/ospencer/opam-repository
4142
opam install . --deps-only --with-test
4243
4344
- name: Build project

binaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ depends: [
1616
"dune" {>= "3.0.0"}
1717
"dune-configurator" {>= "3.0.0"}
1818
"js_of_ocaml-compiler" {>= "6.0.0" < "7.0.0"}
19-
"libbinaryen" {>= "122.0.0" < "123.0.0"}
19+
"libbinaryen" {>= "122.0.1" < "123.0.0"}
2020
]
2121
x-maintenance-intent: ["0.(latest)"]

0 commit comments

Comments
 (0)