We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd3f2f commit 89e84acCopy full SHA for 89e84ac
1 file changed
.github/workflows/main.yml
@@ -121,6 +121,11 @@ jobs:
121
uses: ocaml/setup-ocaml@v2
122
with:
123
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
129
130
- run: opam install . --deps-only --with-test
131
0 commit comments