From b0752c09babd63781eb42eff05fb2d2d3cc3e150 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Fri, 12 Sep 2025 22:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dci=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/macos.yml | 6 +++--- .github/workflows/windows.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f12ac283..c280a3de 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,9 +18,9 @@ jobs: with: vcpkgDirectory: '${{github.workspace}}/vcpkg' vcpkgTriplet: arm64-osx - # 2024.06.01 - vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3' - vcpkgArguments: 'openssl libsrtp[openssl] usrsctp' + # 2025-9-12 + vcpkgGitCommitId: '7213cf8135c329c37c7e2778e40774489a0583a8' + vcpkgArguments: 'openssl libsrtp[openssl]' - name: 编译 uses: lukka/run-cmake@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e185aab7..733d06a3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: vcpkgTriplet: x64-windows-static # 2024.06.01 vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3' - vcpkgArguments: 'openssl libsrtp[openssl] usrsctp' + vcpkgArguments: 'openssl libsrtp[openssl]' - name: 编译 uses: lukka/run-cmake@v3