Skip to content

Commit

Permalink
[CI] Install ounit2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Mar 5, 2024
1 parent 2c4a3e3 commit 560de1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext: false

- name: Install dune
run: |
opam install dune
opam install dune-configurator
- name: Install dune and ounit2
run: opam install dune dune-configurator ounit2
shell: bash

- name: Install library
Expand Down

0 comments on commit 560de1e

Please sign in to comment.