gha: Fix typo in cmake arguments for centos7

This commit is contained in:
Magne Sjaastad 2020-11-01 09:43:13 +01:00 committed by GitHub
parent 03ab2e592d
commit 4bdee0119a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ jobs:
-DVCPKG_TARGET_TRIPLET=x64-linux \
-DCMAKE_TOOLCHAIN_FILE=../ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake \
-DRESINSIGHT_GRPC_PYTHON_EXECUTABLE=python \
-DRESINSIGHT_GRPC_DOWNLOAD_PYTHON_MODULE=true\
-DRESINSIGHT_GRPC_DOWNLOAD_PYTHON_MODULE=true \
..
make -j8