Skip to content

Commit

Permalink
Try removing the .opam caching
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Jul 26, 2024
1 parent ee3dc23 commit c302b96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
with:
ocaml-compiler: 5.2.0
dune-cache: true
- 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') }}
# NOTE: position the below lines in the code between two steps
- name: Retrieve the switch environment if cached
id: opam-cache-switch
uses: actions/cache@v4
Expand Down

0 comments on commit c302b96

Please sign in to comment.