Fix github action

This commit is contained in:
Changhua 2024-12-30 08:52:46 +08:00
parent 915c733063
commit a77b3bdfa4

View File

@ -70,7 +70,7 @@ jobs:
# 返回到项目目录并安装依赖
cd ${{ github.workspace }}/WeChatFerry
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static --manifest
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
# 将 vcpkg 与 Visual Studio 集成
C:/Tools/vcpkg/vcpkg integrate install