Skip to content

Commit 69717c6

Browse files
committed
debugging docker build
Signed-off-by: Kakadu <[email protected]>
1 parent afe3e1e commit 69717c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v4
3232

33-
- run: opam install . --yes --deps-only --with-test --with-doc
33+
- run: |
34+
opam install . --depext-only --with-test --with-doc
35+
opam install . --deps-only --with-test --with-doc
36+
3437
3538
- name: List installed packages
3639
run: opam list

0 commit comments

Comments
 (0)