Skip to content

Commit 89e84ac

Browse files
committed
gha: pin sha.1.15.4 on Windows for fixes
1 parent ccd3f2f commit 89e84ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
uses: ocaml/setup-ocaml@v2
122122
with:
123123
ocaml-compiler: ${{ matrix.ocaml-compiler }}
124+
opam-depext: false
125+
126+
- run: |
127+
opam pin -yn sha.1.15.4 'git+https://github.com/djs55/ocaml-sha.git#c743398abee8f822fc0d12f229121e431d60dd5d'
128+
D:\cygwin\wrapperbin\opam.cmd depext obuilder-spec obuilder
124129
125130
- run: opam install . --deps-only --with-test
126131

0 commit comments

Comments
 (0)