Skip to content

Commit fccd72b

Browse files
switch to official codec2 repo for windows build
1 parent e75cc7b commit fccd72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: 7z x ${{runner.workspace}}/SDRplay.zip -o"C:/Program Files/"
5151

5252
- name: Download codec2
53-
run: git clone https://github.com/AlexandreRouma/codec2
53+
run: git clone https://github.com/drowe67/codec2
5454

5555
- name: Prepare MinGW
5656
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

Comments
 (0)