switch from bash shell to pwsh shell
This commit is contained in:
parent
dd4825da16
commit
f014bc66f0
|
@ -22,8 +22,8 @@ jobs:
|
|||
pkg --help
|
||||
|
||||
- name: Download RH
|
||||
shell: bash
|
||||
run: wget http://www.angusj.com/resourcehacker/#download
|
||||
shell: pwsh
|
||||
run: Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/#download -OutFile "RH"
|
||||
|
||||
- name: List RH
|
||||
run: dir
|
||||
|
|
Loading…
Reference in New Issue