Skip to content

Commit 2ee17c5

Browse files
authored
Update docker.yml
1 parent db2a47f commit 2ee17c5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ jobs:
3232
opam install . --deps-only --with-test --with-doc
3333
3434
- name: List installed packages
35-
run: |
36-
opam list
37-
opam pin list
35+
run: opam list
36+
37+
- name: update
38+
run: opam update ostap
39+
40+
- name: List installed packages 2
41+
run: opam list
3842

3943
- run: eval $(opam env)
4044
# - run: opam exec -- dune build --profile=release

0 commit comments

Comments
 (0)