mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-25 12:53:06 +07:00
Fix typo in e2e test
This commit is contained in:
parent
f44ad15e92
commit
9191e7ea2f
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -493,7 +493,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Clear toolcache
|
||||
shell: pwsh
|
||||
run: __tests__/clear-toolcache.sh ${{ runner.os }}
|
||||
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
||||
- name: Setup dotnet (first)
|
||||
uses: ./
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user