Skip to content

Commit 29f5aee

Browse files
committed
switch to use pwsh
1 parent 662a6c3 commit 29f5aee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/paddle-windows-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
toolset: '14.29'
4040

4141
- name: Apply patches
42+
shell: pwsh
4243
run: |
4344
cd ./paddle-src
44-
wget -q https://gist.githubusercontent.com/sdcb/19dde1c9554e6066aade2a859070149b/raw/capi.patch -O capi.patch
45+
Invoke-WebRequest -Uri https://gist.githubusercontent.com/sdcb/19dde1c9554e6066aade2a859070149b/raw/capi.patch -OutFile capi.patch
4546
git apply --ignore-whitespace capi.patch
4647
rm capi.patch
4748

0 commit comments

Comments
 (0)