We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e3083 commit 9bb9207Copy full SHA for 9bb9207
.github/workflows/deploy-branches.yml
@@ -16,6 +16,8 @@ jobs:
16
path: source
17
- name: Add name of current branch to environment as BRANCH_NAME
18
uses: nelonoel/branch-name@v1.0.1
19
+ - name: Clear opam cache
20
+ run: rm -rf /home/runner/.opam/
21
- name: Retrieve build environment if cached # STEP 2
22
id: opam-cache
23
uses: actions/cache@v4
0 commit comments