Remove pwsh dependency
CI / Build and Test (push) Failing after 43s
Details
CI / Build and Test (push) Failing after 43s
Details
This commit is contained in:
parent
c8840f2e8b
commit
a450daa86f
|
|
@ -20,12 +20,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET Path
|
|
||||||
shell: pwsh
|
|
||||||
run: |
|
|
||||||
echo "C:\dotnet" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
|
||||||
echo "DOTNET_ROOT=C:\dotnet" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: C:\dotnet\dotnet.exe restore
|
run: C:\dotnet\dotnet.exe restore
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue