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: