We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662a6c3 commit 29f5aeeCopy full SHA for 29f5aee
.github/workflows/paddle-windows-build.yml
@@ -39,9 +39,10 @@ jobs:
39
toolset: '14.29'
40
41
- name: Apply patches
42
+ shell: pwsh
43
run: |
44
cd ./paddle-src
- 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
46
git apply --ignore-whitespace capi.patch
47
rm capi.patch
48
0 commit comments