Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Nov 8, 2022
1 parent 105c7da commit ce07763
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 @@ -70,6 +70,9 @@ jobs:
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test

- run: opam pin add ppx_expect https://github.com/hhugo/ppx_expect.git#win-ci --no-action
if: ${{ !matrix.skip-test }}

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

Expand Down

0 comments on commit ce07763

Please sign in to comment.