Skip to content

Commit 2391c08

Browse files
committed
fix(ci): need decoders again
1 parent a2cecdd commit 2391c08

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
ocaml-compiler: ${{ matrix.ocaml-compiler }}
104104
opam-depext-flags: --with-test
105105
opam-local-packages: |
106+
decoders.opam
106107
${{ matrix.package }}.opam
107108
108109
- run: opam install "${{ matrix.package }}" --with-test

decoders.opam

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"dune" {>= "3.8"}
1414
"ocaml" {>= "4.03.0"}
1515
"odoc" {with-doc}
16+
"melange"
1617
"containers" {with-test & >= "0.16"}
1718
]
1819
build: [

dune-project

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
(depends
137137
(ocaml (>= 4.03.0))
138138
(odoc :with-doc)
139+
melange
139140
(containers (and :with-test (>= 0.16)))))
140141

141142
;; melange lib convention is to put `melange-` as the prefix, rather than the
@@ -148,6 +149,7 @@
148149
(depends
149150
(ocaml (>= 4.14.1))
150151
(odoc :with-doc)
152+
(decoders (= :version))
151153
melange
152154
(melange-fetch :with-test)
153155
(melange-jest :with-test)

melange-decoders.opam

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"dune" {>= "3.8"}
1414
"ocaml" {>= "4.14.1"}
1515
"odoc" {with-doc}
16+
"decoders" {= version}
1617
"melange"
1718
"melange-fetch" {with-test}
1819
"melange-jest" {with-test}

0 commit comments

Comments
 (0)