From 76649e918f38224fbf186f8c2c8f3dba828d9e75 Mon Sep 17 00:00:00 2001 From: Alexander Bandukwala <7h3kk1d@gmail.com> Date: Thu, 25 Jul 2024 21:37:41 -0400 Subject: [PATCH] setup-ocaml already caches .opam --- .github/workflows/deploy_branches.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy_branches.yml b/.github/workflows/deploy_branches.yml index 706e2913f2..628aef9acf 100644 --- a/.github/workflows/deploy_branches.yml +++ b/.github/workflows/deploy_branches.yml @@ -16,12 +16,6 @@ jobs: path: source - name: Add the name of the current branch to the environment as BRANCH_NAME uses: nelonoel/branch-name@v1.0.1 - - 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: