mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
switch from bash shell to pwsh shell
This commit is contained in:
4
.github/workflows/exp.yml
vendored
4
.github/workflows/exp.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
|||||||
pkg --help
|
pkg --help
|
||||||
|
|
||||||
- name: Download RH
|
- name: Download RH
|
||||||
shell: bash
|
shell: pwsh
|
||||||
run: wget http://www.angusj.com/resourcehacker/#download
|
run: Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/#download -OutFile "RH"
|
||||||
|
|
||||||
- name: List RH
|
- name: List RH
|
||||||
run: dir
|
run: dir
|
||||||
|
|||||||
Reference in New Issue
Block a user