From 7f6c555310011ddcb09b5265801ed9e4b2c7ecb4 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 16 Nov 2021 13:08:20 -0600 Subject: [PATCH] More fixes --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 74348e26..51e9e153 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -90,7 +90,7 @@ jobs: run: brew install fftw glew glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2 - name: Install volk - run: git clone https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake .. && make && sudo make install && cd ../../ + run: git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake .. && make && sudo make install && cd ../../ - name: Prepare CMake working-directory: ${{runner.workspace}}/build