mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Debug
This commit is contained in:
parent
7669e56997
commit
71f0d4bd07
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -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-installed-dotnet.ps1 ${{ runner.os }}
|
||||||
# - name: Clear tool cache (macOS)
|
# - name: Clear tool cache (macOS)
|
||||||
# if: runner.os == 'macos'
|
# if: runner.os == 'macos'
|
||||||
# run: |
|
# run: |
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
Write-Host $args[0]
|
|
||||||
|
|
||||||
$os = $args[0]
|
$os = $args[0]
|
||||||
|
|
||||||
$linuxDotnetPaths = @("/usr/share/dotnet", "$env:HOME/.dotnet")
|
$linuxDotnetPaths = @("/usr/share/dotnet", "$env:HOME/.dotnet")
|
Loading…
Reference in New Issue
Block a user