Skip to content

Commit

Permalink
Update to vcpkg-action@v6 and use vcpkg-binarycache
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jan 19, 2024
1 parent 0f8b83a commit 99eea8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
python-version: '${{ matrix.config.python_version }}'
architecture: ${{ matrix.config.arch }}
- name: vcpkg build
uses: johnwason/vcpkg-action@v5
uses: johnwason/vcpkg-action@v6
with:
pkgs: >-
${{ env.VCPKG_PKGS }}
Expand All @@ -207,6 +207,7 @@ jobs:
token: ${{ github.token }}
cache-key: win-${{ matrix.config.arch }}-python-${{ matrix.config.python_version }}
revision: master
github-binarycache: true
- name: pip3
run: |
python -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool
Expand Down Expand Up @@ -294,7 +295,7 @@ jobs:
run: |
brew install libomp cmake automake autoconf libtool gcc ninja
- name: vcpkg build
uses: johnwason/vcpkg-action@v5
uses: johnwason/vcpkg-action@v6
with:
pkgs: >-
${{ env.VCPKG_PKGS }}
Expand All @@ -303,6 +304,7 @@ jobs:
token: ${{ github.token }}
cache-key: osx-x64-vcpkg
revision: master
github-binarycache: true
- name: pip3
run: |
python3 -m pip install numpy setuptools wheel pytest delvewheel colcon-common-extensions vcstool delocate
Expand Down

0 comments on commit 99eea8c

Please sign in to comment.