Skip to content

Commit 60806ed

Browse files
committed
Removed unsupported flag --x-use-aria2 of github action Build Wheel
1 parent 11ee75b commit 60806ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Install vcpkg dependencies
108108
run: |
109-
${{ env.VCPKG_ROOT }}/vcpkg install --x-use-aria2
109+
${{ env.VCPKG_ROOT }}/vcpkg install
110110
111111
- name: Build extension
112112
run: |

0 commit comments

Comments
 (0)