Skip to content

Commit

Permalink
Merge pull request #417 from johnwason/win-action-stacktrace
Browse files Browse the repository at this point in the history
Add boost-stacktrace vcpkg package to Windows Github Action
  • Loading branch information
johnwason authored Jul 29, 2024
2 parents 3877624 + 0c7312e commit a098792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -34,14 +34,14 @@ jobs:
uses: johnwason/vcpkg-action@v6
with:
pkgs: >-
fcl bullet3[multithreading,double-precision,rtti] octomap console-bridge eigen3 yaml-cpp
fcl bullet3[multithreading,double-precision,rtti] octomap console-bridge eigen3 yaml-cpp boost-stacktrace
benchmark tinyxml2 assimp orocos-kdl pcl lapack-reference boost-dll boost-filesystem boost-filesystem
boost-format
boost-serialization boost-program-options boost-graph urdfdom ccd[double-precision] gtest jsoncpp
triplet: x64-windows-release
extra-args: --clean-after-build
token: ${{ github.token }}
cache-key: ci-${{ matrix.os }}
revision: 2023.08.09
github-binarycache: true

- name: configure-msvc

0 comments on commit a098792

Please sign in to comment.