From 78d88eae8cb3d1ca44709ce90bcffeb7c5786c1b Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Wed, 9 Feb 2022 16:54:29 +0100
Subject: [PATCH] Cache correct path

---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index e49edc2..bcddab4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -39,7 +39,7 @@ jobs:
           # Increase this value to manually invalidate the cache
           CACHE_NUMBER: 0
         with:
-          path: /usr/share/miniconda/envs/biowdl-lint
+          path: /usr/share/miniconda3/envs/biowdl-lint
           key:
             ${{runner.os}}-biowdl-lint-${{ env.CACHE_NUMBER }}-${{env.DATE}}-${{ hashFiles('.github/lint-environment.yml') }}
         id: env_cache
-- 
GitLab