Skip to content

Commit ba89a2f

Browse files
johnwasonLevi-Armstrong
authored andcommitted
Update to vcpkg-action@v6 and use vcpkg-binarycache
1 parent 3f2c248 commit ba89a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: target_ws/src
2727

2828
- name: vcpkg build
29-
uses: johnwason/vcpkg-action@v4
29+
uses: johnwason/vcpkg-action@v6
3030
with:
3131
pkgs: >-
3232
fcl bullet3[multithreading,double-precision,rtti] octomap console-bridge eigen3 yaml-cpp
@@ -37,6 +37,7 @@ jobs:
3737
token: ${{ github.token }}
3838
cache-key: ci-${{ matrix.os }}
3939
revision: 2023.08.09
40+
github-binarycache: true
4041

4142
- name: configure-msvc
4243
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)