Clean out tool cache

This commit is contained in:
Zachary Eisinger 2020-04-14 13:54:36 -07:00
parent 6192e4aa76
commit 0fe4f94ca7

View File

@ -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: