We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe3e1e commit 69717c6Copy full SHA for 69717c6
.github/workflows/docker.yml
@@ -30,7 +30,10 @@ jobs:
30
- name: Checkout code
31
uses: actions/checkout@v4
32
33
- - run: opam install . --yes --deps-only --with-test --with-doc
+ - run: |
34
+ opam install . --depext-only --with-test --with-doc
35
+ opam install . --deps-only --with-test --with-doc
36
+
37
38
- name: List installed packages
39
run: opam list
0 commit comments