Skip to content

Commit

Permalink
Update github-actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Oct 27, 2020
1 parent 03ef726 commit bebf5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ocaml-version: ${{ matrix.ocaml-version }}
- name: Build OCaml core
run: |
opam install -y dune core menhir menhirLib ppx_deriving ppx_deriving_yojson ppx_fields_conv ppx_jane ppx_variants_conv ppxlib re yojson xmlm
opam install -y dune core_kernel clap menhir menhirLib ppx_deriving ppx_deriving_yojson ppx_fields_conv ppx_jane ppx_variants_conv ppxlib re yojson xmlm
eval $(opam env)
dune build @install
mkdir -p output
Expand Down

0 comments on commit bebf5bc

Please sign in to comment.