This commit is contained in:
Vladimir Safonkin 2021-02-03 14:42:33 +03:00
parent 62230c5409
commit 8ada5b5558

View File

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