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 a216966 commit a882fc5Copy full SHA for a882fc5
.github/workflows/dune.yaml
@@ -21,7 +21,7 @@ jobs:
21
ocaml-compiler: ${{ matrix.ocaml-compiler }}
22
- name: Install dependencies
23
run: |
24
- opam install extlib camlzip zarith ocamlbuild odoc goblint-cil
+ opam install extlib camlzip zarith ocamlbuild odoc goblint-cil.2.0.6
25
- name: Build executables
26
run: eval $(opam env) && cd CodeHawk && dune build @install
27
- name: Build documentation
0 commit comments