FSwitched to self built volk for Mac CI

This commit is contained in:
Alexandre 2021-11-16 12:55:03 -06:00
parent 66dcb5eb79
commit c659c4b007

View File

@ -87,7 +87,10 @@ jobs:
run: brew update
- name: Install dependencies
run: brew install fftw glew glfw volk airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2
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 ../../
- name: Prepare CMake
working-directory: ${{runner.workspace}}/build