Skip to content

Commit 999bf16

Browse files
authored
Fix the CI (#1629)
1 parent 92791fc commit 999bf16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
dune-cache: true
9090
opam-pin: false
9191

92+
- run: opam install conf-pkg-config
93+
if: runner.os == 'Windows'
94+
9295
- run: opam install . --best-effort
9396
if: ${{ matrix.skip-test }}
9497

0 commit comments

Comments
 (0)