Skip to content

Commit fa285c3

Browse files
committed
write result of curl command to get-pip.py
1 parent 752f24e commit fa285c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ jobs:
194194
- name: Install pip
195195
shell: msys2 {0}
196196
run: |
197-
curl https://bootstrap.pypa.io/get-pip.py
197+
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
198198
python get-pip.py
199199
rm get-pip.py
200-
200+
201201
- name: Build Python bindings
202202
shell: msys2 {0}
203203
env:

0 commit comments

Comments
 (0)