Skip to content

Commit e458c75

Browse files
authored
Use vcpkg-action@v4 for dependency build (#42)
1 parent f8612fc commit e458c75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,14 @@ jobs:
152152
python-version: '${{ matrix.config.python_version }}'
153153
architecture: ${{ matrix.config.arch }}
154154
- name: vcpkg build
155-
uses: johnwason/vcpkg-action@v3
155+
uses: johnwason/vcpkg-action@v4
156156
with:
157157
pkgs: >-
158158
${{ env.VCPKG_PKGS }}
159159
triplet: ${{ matrix.config.vcpkg_triplet }}
160160
extra-args: --clean-after-build
161+
token: ${{ github.token }}
162+
cache-key: win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}
161163
- name: pip3
162164
run: |
163165
python -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool

0 commit comments

Comments
 (0)