Skip to content

Commit fda0205

Browse files
correct sparse checkout, debug vcpgk
1 parent 4d5736d commit fda0205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)