Skip to content

Commit 9bb9207

Browse files
authored
Update deploy-branches.yml (try clearing cache first)
1 parent a0e3083 commit 9bb9207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-branches.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
path: source
1717
- name: Add name of current branch to environment as BRANCH_NAME
1818
uses: nelonoel/[email protected]
19+
- name: Clear opam cache
20+
run: rm -rf /home/runner/.opam/
1921
- name: Retrieve build environment if cached # STEP 2
2022
id: opam-cache
2123
uses: actions/cache@v4

0 commit comments

Comments
 (0)