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 3f2c248 commit ba89a2fCopy full SHA for ba89a2f
.github/workflows/windows.yml
@@ -26,7 +26,7 @@ jobs:
26
path: target_ws/src
27
28
- name: vcpkg build
29
- uses: johnwason/vcpkg-action@v4
+ uses: johnwason/vcpkg-action@v6
30
with:
31
pkgs: >-
32
fcl bullet3[multithreading,double-precision,rtti] octomap console-bridge eigen3 yaml-cpp
@@ -37,6 +37,7 @@ jobs:
37
token: ${{ github.token }}
38
cache-key: ci-${{ matrix.os }}
39
revision: 2023.08.09
40
+ github-binarycache: true
41
42
- name: configure-msvc
43
uses: ilammy/msvc-dev-cmd@v1
0 commit comments