add powershell to the dependency stack
msbuild / build (push) Failing after 32s Details

This commit is contained in:
Greg Gauthier 2024-02-27 13:04:27 +00:00
parent 7f2de07d13
commit 9743678015
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
dotnet-version: '7.0.x'
- name: Install PowerShell
run: dotnet tool install PowerShell -g --version 7.2
run: dotnet tool install PowerShell -g --version 7.2 && export PATH="$PATH:/root/.dotnet/tools"
- name: Where Am I
shell: bash