We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c5ced commit ab35511Copy full SHA for ab35511
.github/workflows/nightly.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
ocaml-compiler: ${{ matrix.ocaml-compiler }}
38
dune-cache: ${{ matrix.os != 'macos-11' }}
39
+ opam-pin: false
40
opam-disable-sandboxing: true
41
opam-repositories: |
42
default: git+https://github.com/ocaml/opam-repository.git
.github/workflows/weekly-regress.yml
@@ -25,6 +25,7 @@ jobs:
25
26
27
dune-cache: true
28
29
30
- name: Install System Dependencies
31
run: opam depext -y bap
0 commit comments