mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-03 05:14:44 +01:00
temporarily disabled sdrplay_source build for CI
This commit is contained in:
parent
3422998bd1
commit
3b4cc26210
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user