Skip to content

Commit

Permalink
correct sparse checkout, debug vcpgk
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 5, 2024
1 parent 4d5736d commit fda0205
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
shell: bash
run: |
vcpkg install --overlay-triplets=./ci/custom-triplets --feature-flags="versions,manifests" --x-manifest-root=./ci --x-install-root=$VCPKG_INSTALLATION_ROOT/installed
vcpkg install --overlay-triplets=./ci/custom-triplets --feature-flags="versions,manifests" --x-manifest-root=./ci --x-install-root=$VCPKG_INSTALLATION_ROOT/installed --debug
vcpkg list
- name: Upload vcpkg build logs
Expand Down Expand Up @@ -266,7 +266,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: ci
sparse-checkout: ci/requirements-wheel-test.txt
sparse-checkout-cone-mode: false

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit fda0205

Please sign in to comment.