Skip to content

Commit a77b3bd

Browse files
committed
Fix github action
1 parent 915c733 commit a77b3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-WeChatFerry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
# 返回到项目目录并安装依赖
7272
cd ${{ github.workspace }}/WeChatFerry
73-
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static --manifest
73+
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
7474
7575
# 将 vcpkg 与 Visual Studio 集成
7676
C:/Tools/vcpkg/vcpkg integrate install

0 commit comments

Comments
 (0)