diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 814f939..268c992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,17 +36,8 @@ jobs: rm robotology-vcpkg-2019.10-ace.zip cd C:/robotology/vcpkg # Update vcpkg to a newer commit - git fetch + git pull git checkout 5852144908b2c714be6f0d343f1de01ca2ec7758 - C:/robotology/vcpkg/bootstrap-vcpkg.sh - git clone https://github.com/robotology-dependencies/robotology-vcpkg-binary-ports C:/robotology/robotology-vcpkg-binary-ports - cd C:/robotology/robotology-vcpkg-binary-ports - git checkout v0.1.0 - - - name: Install vcpkg ports - shell: bash - run: | - # TinyXML is not installed as a workaround for https://github.com/robotology/ycm/pull/296 C:/robotology/vcpkg/vcpkg.exe --overlay-ports=C:/robotology/robotology-vcpkg-binary-ports install --triplet x64-windows ace asio boost-asio boost-process boost-dll boost-filesystem boost-system freeglut gsl eigen3 esdcan-binary ode openssl libxml2 eigen3 opencv matio sdl1 sdl2 qt5-base[latest] ipopt-binary qt5-declarative qt5-multimedia qt5-quickcontrols qt5-quickcontrols2 sqlite3[core,tool] # Remove temporary files https://github.com/Microsoft/vcpkg/blob/master/docs/about/faq.md#how-can-i-remove-temporary-files @@ -58,7 +49,7 @@ jobs: RMDIR /Q/S C:\robotology\vcpkg\buildtrees RMDIR /Q/S C:\robotology\vcpkg\packages RMDIR /Q/S C:\robotology\vcpkg\downloads - + - uses: actions/upload-artifact@master with: name: vcpkg-robotology