Skip to content

Commit

Permalink
[profile] Add tracy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 20, 2024
1 parent 7bc91d9 commit 086bdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: johnwason/vcpkg-action@v6
with:
# TODO: Add ode and coin-or-ipopt
pkgs: assimp ccd eigen3 fcl fmt spdlog bullet3 freeglut glfw3 nlopt opengl osg pagmo2 tinyxml2 urdfdom
pkgs: assimp ccd eigen3 fcl fmt spdlog bullet3 freeglut glfw3 nlopt opengl osg pagmo2 tinyxml2 tracy urdfdom
triplet: x64-windows
revision: "2024.02.14"
github-binarycache: true
Expand Down
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Build dependencies
brew 'cmake'
brew 'pkg-config'
brew 'tracy'

brew 'assimp'
brew 'bullet'
Expand Down

0 comments on commit 086bdf3

Please sign in to comment.