Skip to content

Commit

Permalink
Clean the opam switch
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Jul 26, 2024
1 parent c302b96 commit 8b9912b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
export DUNE_CACHE=enabled
opam install . --deps-only --with-test --locked
working-directory: ./source
- name: Clean opam switch
run: |
eval $(opam env)
export OPAMYES=1
opam clean --all-switches --download-cache --logs --repo-cache --unused-repositories
- name: Build Release
run: |
export DUNE_CACHE=enabled
Expand Down

0 comments on commit 8b9912b

Please sign in to comment.