add powershell to the dependency stack
This commit is contained in:
parent
7f2de07d13
commit
9743678015
@ -19,7 +19,7 @@ jobs:
|
|||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
|
||||||
- name: Install PowerShell
|
- 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
|
- name: Where Am I
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user