diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fdf7944060..e6e11511d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,6 @@ jobs: with: cmakeListsOrSettingsJson: CMakeListsTxtAdvanced cmakeAppendedArgs: -DRESINSIGHT_ENABLE_GRPC=true -DRESINSIGHT_GRPC_PYTHON_EXECUTABLE=python -DRESINSIGHT_ENABLE_PRECOMPILED_HEADERS=true -DRESINSIGHT_ENABLE_UNITY_BUILD=true -DRESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true - buildDirectory: ${{ github.workspace }}/cmakebuild buildWithCMakeArgs: '--config Release --target package' useVcpkgToolchainFile: true