Remove pwsh dependency
CI / Build and Test (push) Failing after 43s Details

This commit is contained in:
Admin 2025-12-27 12:22:24 -05:00
parent c8840f2e8b
commit a450daa86f
1 changed files with 0 additions and 6 deletions

View File

@ -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