Skip to content

Commit

Permalink
CI: stop relying on custom zarith pin
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jul 18, 2023
1 parent e2e1f3d commit 2c4b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ 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
- run: opam pin add zarith --dev
if: runner.os == 'Windows'

- run: opam install . --best-effort
Expand Down

0 comments on commit 2c4b807

Please sign in to comment.