diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f7f08302c..66729424ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: git clone https://github.com/gnuradio/gnuradio.git cd gnuradio cmake -S . -B build -DCMAKE_INSTALL_PREFIX=C:/gqrx \ - -DENABLE_DEFAULT=OFF -DENABLE_GNURADIO_RUNTIME=ON \ + -DENABLE_DEFAULT=OFF -DENABLE_GNURADIO_RUNTIME=ON \ -DENABLE_GR_ANALOG=ON -DENABLE_GR_AUDIO=ON \ -DENABLE_GR_BLOCKS=ON -DENABLE_GR_DIGITAL=ON \ -DENABLE_GR_FFT=ON -DENABLE_GR_FILTER=ON -DENABLE_GR_NETWORK=ON