We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75cc7b commit fccd72bCopy full SHA for fccd72b
.github/workflows/build_all.yml
@@ -50,7 +50,7 @@ jobs:
50
run: 7z x ${{runner.workspace}}/SDRplay.zip -o"C:/Program Files/"
51
52
- name: Download codec2
53
- run: git clone https://github.com/AlexandreRouma/codec2
+ run: git clone https://github.com/drowe67/codec2
54
55
- name: Prepare MinGW
56
run: C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64 -c "pacman --noconfirm -S --needed base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja"
0 commit comments