From 3b4cc26210c05c4378f15d3508596fbdde524fc1 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 11 Feb 2021 15:37:23 +0100 Subject: [PATCH] temporarily disabled sdrplay_source build for CI --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bf9b2f33..0f54e469 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory # We'll use this as our working directory for all subsequent commands - run: cmake -E make_directory ${{runner.workspace}}/build + run: cmake -E make_directory ${{runner.workspace}}/build -DOPT_BUILD_SDRPLAY_SOURCE=OFF - name: Configure CMake # Use a bash shell so we can use the same syntax for environment variable