Skip to content

Commit

Permalink
volk pkg name changed?
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed Dec 28, 2024
1 parent 35067af commit 6c35975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Unpack SDR++ source and core lib
run: 'mkdir sdrpp_lib && tar -zxvf master.tar.gz -C sdrpp_lib && dpkg-deb -xv sdrpp_debian_sid_amd64.deb ./sdrpp_lib && cp ./.github/workflows/sdrpp_module_hack.cmake ./ && pwd && ls -lah && ls -lah sdrpp_lib'
- name: Install dependencies
run: 'sudo apt-get update && sudo apt-get install libtalloc-dev libfftw3-dev libglfw3-dev libvolk2-dev libzstd-dev'
run: 'sudo apt-get update && sudo apt-get install libtalloc-dev libfftw3-dev libglfw3-dev libvolk-dev libzstd-dev'
- name: Download ETSI codec
run: 'cd src/decoder/etsi_codec-patches && ./download_and_patch.sh'
- name: Cmake
Expand Down

0 comments on commit 6c35975

Please sign in to comment.