Skip to content

Commit

Permalink
add sqlite to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
david-engelmann committed Oct 3, 2023
1 parent d29bf1d commit 3153870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
${{ runner.os }}-opam-
- name: Install Common Libs
run: opam install async base uri cohttp cohttp-lwt-unix cohttp-async lwt core_kernel ssl lwt_ssl jose alcotest alcotest-lwt qcheck dune ocamlformat
run: opam install async base uri cohttp cohttp-lwt-unix cohttp-async lwt core_kernel ssl sqlite3 lwt_ssl jose alcotest alcotest-lwt qcheck dune ocamlformat
# - name: Install Repo
# run: opam install . --deps-only --with-doc --with-test
- name: Dune Build
Expand Down

0 comments on commit 3153870

Please sign in to comment.