File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
choco install -y wget unzip
49
49
# To avoid problems with non-relocatable packages, we unzip the archive exactly in the same C:/vcpkg-robotology
50
50
# that has been used to create the pre-compiled archive
51
- cd C :/
51
+ cd D :/
52
52
wget https://github.com/robotology-playground/robotology-superbuild-dependencies/releases/download/v0.0.2/vcpkg-robotology.zip
53
53
unzip vcpkg-robotology.zip
54
54
@@ -143,7 +143,7 @@ jobs:
143
143
run : |
144
144
mkdir -p build
145
145
cd build
146
- cmake -A x64 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg-robotology /scripts/buildsystems/vcpkg.cmake \
146
+ cmake -A x64 -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROBOTOLOGY_ROOT} /scripts/buildsystems/vcpkg.cmake \
147
147
-DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/install -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install \
148
148
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
149
149
You can’t perform that action at this time.
0 commit comments