Skip to content

Commit

Permalink
setup-ocaml already caches .opam
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Jul 26, 2024
1 parent dd7408f commit 76649e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
path: source
- name: Add the name of the current branch to the environment as BRANCH_NAME
uses: nelonoel/[email protected]
- name: Retrieve the build environment if cached
id: opam-cache
uses: actions/cache@v4
with:
path: '/home/runner/.opam/'
key: ${{ runner.os }}-modules-${{ hashFiles('./source/hazel.opam.locked') }}
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
Expand Down

0 comments on commit 76649e9

Please sign in to comment.