Skip to content

Commit

Permalink
Fix the CI (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored Jun 24, 2024
1 parent 92791fc commit 999bf16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
dune-cache: true
opam-pin: false

- run: opam install conf-pkg-config
if: runner.os == 'Windows'

- run: opam install . --best-effort
if: ${{ matrix.skip-test }}

Expand Down

0 comments on commit 999bf16

Please sign in to comment.