debugging docker build

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-02-28 18:28:50 +03:00
parent afe3e1eabe
commit 69717c6385

View file

@ -30,7 +30,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- run: opam install . --yes --deps-only --with-test --with-doc
- run: |
opam install . --depext-only --with-test --with-doc
opam install . --deps-only --with-test --with-doc
- name: List installed packages
run: opam list