Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smorimoto authored and hhugo committed Jun 19, 2024
1 parent 8cbc636 commit 5dfdd5f
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 @@ -90,6 +90,9 @@ jobs:
dune-cache: true
allow-prerelease-opam: true

- run: opam pin add mingw-w64-shims git+https://github.com/dra27/mingw-w64-shims.git#internals
if: ${{ runner.os == 'Windows' }}

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

Expand Down

0 comments on commit 5dfdd5f

Please sign in to comment.