File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -204,14 +204,15 @@ jobs:
204
204
python-version : ' ${{ matrix.config.python_version }}'
205
205
architecture : ${{ matrix.config.arch }}
206
206
- name : vcpkg build
207
- uses : johnwason/vcpkg-action@v5
207
+ uses : johnwason/vcpkg-action@v6
208
208
with :
209
209
pkgs : >-
210
210
${{ env.VCPKG_PKGS }}
211
211
triplet : ${{ matrix.config.vcpkg_triplet }}
212
212
extra-args : --clean-after-build
213
213
token : ${{ github.token }}
214
214
cache-key : win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}
215
+ github-binarycache : true
215
216
- name : pip3
216
217
run : |
217
218
python -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool
@@ -299,14 +300,15 @@ jobs:
299
300
run : |
300
301
brew install libomp cmake automake autoconf libtool gcc ninja
301
302
- name : vcpkg build
302
- uses : johnwason/vcpkg-action@v5
303
+ uses : johnwason/vcpkg-action@v6
303
304
with :
304
305
pkgs : >-
305
306
${{ env.VCPKG_PKGS }}
306
307
triplet : x64-osx-dynamic-release
307
308
extra-args : --clean-after-build --overlay-triplets=${{ github.workspace }}/ws/src/tesseract_python/.github/workflows/vcpkg_triplets
308
309
token : ${{ github.token }}
309
310
cache-key : osx-x64-vcpkg
311
+ github-binarycache : true
310
312
- name : pip3
311
313
run : |
312
314
python3 -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool delocate
You can’t perform that action at this time.
0 commit comments