Skip to content

Commit

Permalink
Fix x-install-root
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Nov 21, 2024
1 parent c2a3443 commit 1af39e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-WeChatFerry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# 返回到项目目录并安装依赖
cd ${{ github.workspace }}/WeChatFerry
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static --x-install-root="${{ github.workspace }}/WeChatFerry/vcpkg_installed/x64-windows-static"
- name: 解析并构建配置
run: |
Expand Down

0 comments on commit 1af39e4

Please sign in to comment.