File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
VCPKG_DEFAULT_TRIPLET : ${{ matrix.triplet }}
210
210
shell : bash
211
211
run : |
212
- vcpkg install --overlay-triplets=./ci/custom-triplets --feature-flags="versions,manifests" --x-manifest-root=./ci --x-install-root=$VCPKG_INSTALLATION_ROOT/installed
212
+ vcpkg install --overlay-triplets=./ci/custom-triplets --feature-flags="versions,manifests" --x-manifest-root=./ci --x-install-root=$VCPKG_INSTALLATION_ROOT/installed --debug
213
213
vcpkg list
214
214
215
215
- name : Upload vcpkg build logs
@@ -266,7 +266,8 @@ jobs:
266
266
- name : Checkout
267
267
uses : actions/checkout@v4
268
268
with :
269
- sparse-checkout : ci
269
+ sparse-checkout : ci/requirements-wheel-test.txt
270
+ sparse-checkout-cone-mode : false
270
271
271
272
- name : Set up Python
272
273
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments