Skip to content

Commit a4f40fa

Browse files
authored
Update deploy-branches.yml
1 parent 1b29903 commit a4f40fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-branches.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
eval $(opam env)
3838
export OPAMYES=1
3939
export DUNE_CACHE=enabled
40-
opam install . --deps-only --with-test --locked
40+
# opam install . --deps-only --with-test --locked
41+
make deps
4142
working-directory: ./source
4243
- name: Clean opam switch
4344
run: |

0 commit comments

Comments
 (0)