From 5b26d59bba4f524bc6da4c5678241729bcf91fa4 Mon Sep 17 00:00:00 2001 From: baiyfcu Date: Mon, 29 Jul 2024 09:44:52 +0800 Subject: [PATCH] =?UTF-8?q?workflows=20windows=E7=BC=96=E8=AF=91=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BD=BF=E7=94=A8x64-windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d9e23a7f..8968ed3b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: uses: lukka/run-vcpkg@v7 with: vcpkgDirectory: '${{github.workspace}}/vcpkg' - vcpkgTriplet: x64-windows-static + vcpkgTriplet: x64-windows # 2024.06.01 vcpkgGitCommitId: '47364fbc300756f64f7876b549d9422d5f3ec0d3' vcpkgArguments: 'openssl libsrtp[openssl] usrsctp'