Skip to content

Commit 33f30cd

Browse files
committed
ci: generate the .opam files first
1 parent 2a2beaf commit 33f30cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ jobs:
155155
ocaml-compiler: ${{ matrix.ocaml-version }}
156156

157157
- name: Install dependencies
158-
run: opam install --deps-only .
158+
run: |
159+
opam install dune
160+
opam exec -- dune build cppo.opam cppo_ocamlbuild.opam
161+
opam install --deps-only .
159162
160163
- name: List installed packages
161164
run: opam list

0 commit comments

Comments
 (0)