From 0fe4f94ca7142c5a784a3b2dd0df84b1e8f23d38 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Tue, 14 Apr 2020 13:54:36 -0700 Subject: [PATCH] Clean out tool cache --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1d553bf..48c996c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Clear tool cache - run: mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old" + run: rm -rf $RUNNER_TOOL_CACHE/* - name: Setup dotnet 3.1.201 uses: ./ with: @@ -83,7 +83,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Clear tool cache - run: mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old" + run: rm -rf $RUNNER_TOOL_CACHE/* - name: Setup dotnet 3.1.201 uses: ./ with: