mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix centos7 action following move of vcpkg
This commit is contained in:
parent
43186453e5
commit
825a9bb531
6
.github/workflows/centos7.yml
vendored
6
.github/workflows/centos7.yml
vendored
@ -53,8 +53,8 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install grpcio-tools
|
||||
|
||||
vcpkg/bootstrap-vcpkg.sh
|
||||
vcpkg/vcpkg install grpc
|
||||
ThirdParty/vcpkg/bootstrap-vcpkg.sh
|
||||
ThirdParty/vcpkg/vcpkg install grpc
|
||||
|
||||
mkdir cmakebuild
|
||||
cd cmakebuild
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
-DRESINSIGHT_ENABLE_GRPC=true \
|
||||
-DRESINSIGHT_ENABLE_UNITY_BUILD=true \
|
||||
-DVCPKG_TARGET_TRIPLET=x64-linux \
|
||||
-DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake \
|
||||
-DCMAKE_TOOLCHAIN_FILE=../ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake \
|
||||
-DRESINSIGHT_GRPC_PYTHON_EXECUTABLE=python \
|
||||
..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user