Skip to content

Commit

Permalink
Use vcpk_robotology v0.4.0 in GitHub action CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Jul 14, 2020
1 parent 6311dac commit 5534898
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 2 * * *'

env:
vcpkg_robotology_TAG: v0.0.3
vcpkg_robotology_TAG: v0.4.0
YCM_TAG: v0.11.0
YARP_TAG: 964bb26fa4791d83d72882711ea7509306248106
iDynTree_TAG: v1.1.0
Expand Down Expand Up @@ -53,10 +53,9 @@ jobs:
# To avoid problems with non-relocatable packages, we unzip the archive exactly in the same C:/robotology/vcpkg
# that has been used to create the pre-compiled archive
cd C:/
md C:/robotology
md C:/robotology/vcpkg
wget https://github.com/robotology/robotology-superbuild-dependencies-vcpkg/releases/download/${env:vcpkg_robotology_TAG}/vcpkg-robotology.zip
unzip vcpkg-robotology.zip -d C:/robotology/vcpkg
unzip vcpkg-robotology.zip -d C:/
rm vcpkg-robotology.zip
# Overwrite the VCPKG_INSTALLATION_ROOT env variable defined by GitHub Actions to point to our vcpkg
echo "::set-env name=VCPKG_INSTALLATION_ROOT::C:/robotology/vcpkg"
Expand Down

0 comments on commit 5534898

Please sign in to comment.