We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8612fc commit e458c75Copy full SHA for e458c75
.github/workflows/wheels.yml
@@ -152,12 +152,14 @@ jobs:
152
python-version: '${{ matrix.config.python_version }}'
153
architecture: ${{ matrix.config.arch }}
154
- name: vcpkg build
155
- uses: johnwason/vcpkg-action@v3
+ uses: johnwason/vcpkg-action@v4
156
with:
157
pkgs: >-
158
${{ env.VCPKG_PKGS }}
159
triplet: ${{ matrix.config.vcpkg_triplet }}
160
extra-args: --clean-after-build
161
+ token: ${{ github.token }}
162
+ cache-key: win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}
163
- name: pip3
164
run: |
165
python -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool
0 commit comments