add powershell to the dependency stack

This commit is contained in:
Greg Gauthier 2024-02-27 13:01:18 +00:00
parent f0b250d0e5
commit 7f2de07d13

View File

@ -19,7 +19,7 @@ jobs:
dotnet-version: '7.0.x'
- name: Install PowerShell
run: dotnet tool install --global PowerShell
run: dotnet tool install PowerShell -g --version 7.2
- name: Where Am I
shell: bash