Skip to content

Commit

Permalink
ci: generate the .opam files first
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Dec 4, 2024
1 parent 2a2beaf commit 1e44bed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-version }}

- name: Install dependencies
run: opam install --deps-only .
run: |
opam install dune
opam exec -- dune build cppo.opam cppo_ocamlbuild.opam
opam install --deps-only .
- name: List installed packages
run: opam list
Expand Down

0 comments on commit 1e44bed

Please sign in to comment.