From a4b003534a524acbdea6ec39d293868dab3503b7 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 27 Aug 2022 16:27:19 +0200 Subject: [PATCH] CI: Switch to libsoup 3 --- .github/workflows/ccpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index ba685efa..32aa4042 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1471,7 +1471,7 @@ jobs: - name: Copy extra binaries working-directory: build - run: cp /usr/src/strawberry-mxe/usr/i686-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe,libsoup-2.4-1.dll,libnghttp2.dll} . + run: cp /usr/src/strawberry-mxe/usr/i686-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe,libsoup-3.0-0.dll,libnghttp2.dll} . - name: Copy dependencies working-directory: build @@ -1645,7 +1645,7 @@ jobs: - name: Copy extra binaries working-directory: build - run: cp /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe,libsoup-2.4-1.dll,libnghttp2.dll} . + run: cp /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe,libsoup-3.0-0.dll,libnghttp2.dll} . - name: Copy dependencies working-directory: build @@ -1790,7 +1790,7 @@ jobs: run: | copy c:\strawberry_msvc_x86_debug\bin\libssl-3.dll copy c:\strawberry_msvc_x86_debug\bin\libcrypto-3.dll - copy c:\strawberry_msvc_x86_debug\bin\soup-2.4-1.dll + copy c:\strawberry_msvc_x86_debug\bin\soup-3.0-0.dll copy c:\strawberry_msvc_x86_debug\bin\gst-launch-1.0.exe copy c:\strawberry_msvc_x86_debug\bin\gst-discoverer-1.0.exe copy c:\strawberry_msvc_x86_debug\bin\sqlite3.exe @@ -2051,7 +2051,7 @@ jobs: run: | copy c:\strawberry_msvc_x86_release\bin\libssl-3.dll copy c:\strawberry_msvc_x86_release\bin\libcrypto-3.dll - copy c:\strawberry_msvc_x86_release\bin\soup-2.4-1.dll + copy c:\strawberry_msvc_x86_release\bin\soup-3.0-0.dll copy c:\strawberry_msvc_x86_release\bin\gst-launch-1.0.exe copy c:\strawberry_msvc_x86_release\bin\gst-discoverer-1.0.exe copy c:\strawberry_msvc_x86_release\bin\sqlite3.exe @@ -2312,7 +2312,7 @@ jobs: run: | copy c:\strawberry_msvc_x86_64_debug\bin\libssl-3-x64.dll copy c:\strawberry_msvc_x86_64_debug\bin\libcrypto-3-x64.dll - copy c:\strawberry_msvc_x86_64_debug\bin\soup-2.4-1.dll + copy c:\strawberry_msvc_x86_64_debug\bin\soup-3.0-0.dll copy c:\strawberry_msvc_x86_64_debug\bin\gst-launch-1.0.exe copy c:\strawberry_msvc_x86_64_debug\bin\gst-discoverer-1.0.exe copy c:\strawberry_msvc_x86_64_debug\bin\sqlite3.exe @@ -2573,7 +2573,7 @@ jobs: run: | copy c:\strawberry_msvc_x86_64_release\bin\libssl-3-x64.dll copy c:\strawberry_msvc_x86_64_release\bin\libcrypto-3-x64.dll - copy c:\strawberry_msvc_x86_64_release\bin\soup-2.4-1.dll + copy c:\strawberry_msvc_x86_64_release\bin\soup-3.0-0.dll copy c:\strawberry_msvc_x86_64_release\bin\gst-launch-1.0.exe copy c:\strawberry_msvc_x86_64_release\bin\gst-discoverer-1.0.exe copy c:\strawberry_msvc_x86_64_release\bin\sqlite3.exe