pull/521/head
Alexandre 2021-11-16 13:08:20 -06:00
rodzic c659c4b007
commit 7f6c555310
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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