Skip to content

Commit

Permalink
CI: stop relying on custom zarith pin (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored Jul 21, 2023
1 parent fa95589 commit d276707
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
opam: https://github.com/ocaml/opam-repository.git
dune-cache: true
dune-cache: false
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test

Expand All @@ -101,9 +101,6 @@ jobs:
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test

- run: opam pin add zarith git+https://github.com/hhugo/Zarith.git#win-fix
if: runner.os == 'Windows'

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

Expand Down

0 comments on commit d276707

Please sign in to comment.