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'