mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
debugging docker build
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
afe3e1eabe
commit
69717c6385
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue