This commit is contained in:
Vladimir Safonkin
2021-02-03 15:34:01 +03:00
parent 7669e56997
commit 71f0d4bd07
2 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v2
- name: Clear toolcache
shell: pwsh
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
run: __tests__/clear-installed-dotnet.ps1 ${{ runner.os }}
# - name: Clear tool cache (macOS)
# if: runner.os == 'macos'
# run: |