Skip to content

Commit

Permalink
gha: pin sha.1.15.4 on Windows for fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Feb 3, 2023
1 parent ccd3f2f commit 89e84ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext: false

- run: |
opam pin -yn sha.1.15.4 'git+https://github.com/djs55/ocaml-sha.git#c743398abee8f822fc0d12f229121e431d60dd5d'
D:\cygwin\wrapperbin\opam.cmd depext obuilder-spec obuilder
- run: opam install . --deps-only --with-test

Expand Down

0 comments on commit 89e84ac

Please sign in to comment.