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:
209209 VCPKG_DEFAULT_TRIPLET : ${{ matrix.triplet }}
210210 shell : bash
211211 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
213213 vcpkg list
214214
215215 - name : Upload vcpkg build logs
@@ -266,7 +266,8 @@ jobs:
266266 - name : Checkout
267267 uses : actions/checkout@v4
268268 with :
269- sparse-checkout : ci
269+ sparse-checkout : ci/requirements-wheel-test.txt
270+ sparse-checkout-cone-mode : false
270271
271272 - name : Set up Python
272273 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments