From 40ebf9356da67c81efdaff65cd49984a44c741d3 Mon Sep 17 00:00:00 2001 From: Brandon Brown Date: Mon, 10 Jun 2024 11:00:32 -0700 Subject: [PATCH] Remove env var --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 2b5eb03..a3875a0 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,8 +8,8 @@ on: branches: - 'master' -env: - RUNNER_TOOL_CACHE: /toolcache +# env: +# RUNNER_TOOL_CACHE: /toolcache jobs: files_changed: