From f014bc66f04bdc2caffce4a3497d51823c722580 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 6 Jan 2021 23:40:04 +0000 Subject: [PATCH] switch from bash shell to pwsh shell --- .github/workflows/exp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 7b4c31a5e5..3258b1fe2b 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -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