From 4bdee0119aad156bec6a379b413c2d466ce9607e Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Sun, 1 Nov 2020 09:43:13 +0100 Subject: [PATCH] gha: Fix typo in cmake arguments for centos7 --- .github/workflows/centos7.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index f8858bbed8..853abb1463 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -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