From 679f4c2308fb4fad0b8dd16a10a3ebe6b37e547d Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Mon, 26 Feb 2024 15:05:11 -0800 Subject: [PATCH] switch to env var --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index c40f3be09..2579a47da 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -11,7 +11,7 @@ jobs: steps: # See https://github.com/onflow/flow-cli/pull/1431 for more information - name: Delete unnecessary cache - run: rm -rf /opt/hostedtoolcache + run: rm -rf ${RUNNER_TOOL_CACHE} - uses: actions/checkout@v3 - name: Codebase security check continue-on-error: true