Skip to content

Commit

Permalink
ci: don't depext; install dune
Browse files Browse the repository at this point in the history
  • Loading branch information
maxRN committed Aug 21, 2024
1 parent d658771 commit 2020424
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ jobs:
# opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
# default: https://github.com/ocaml/opam-repository.git

- run: opam depext --yes conf-sqlite3
- run: opam depext --yes conf-postgresql
- run: opam depext --yes conf-libev
if: runner.os != 'Windows'
# - run: opam depext --yes conf-sqlite3
# - run: opam depext --yes conf-postgresql
# - run: opam depext --yes conf-libev
# if: runner.os != 'Windows'

- name: Install dune
run: opam install dune
- name: Install deps
run: make deps

Expand Down

0 comments on commit 2020424

Please sign in to comment.