From 8e088c066951ca2e8b47fa24bc6d797e53952af5 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Mon, 18 Oct 2021 20:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Dmsvc?= =?UTF-8?q?=E6=8C=81=E7=BB=AD=E9=9B=86=E6=88=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/msvc-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index ba1b91d9..25f24e49 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -22,7 +22,7 @@ jobs: vcpkgArguments: 'openssl libsrtp' - name: 编译 - uses: lukka/run-cmake@main + uses: lukka/run-cmake@v3 with: useVcpkgToolchainFile: true buildDirectory: '${{github.workspace}}/build'