We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24703cc commit 10f2fb7Copy full SHA for 10f2fb7
.github/workflows/Build-WeChatFerry.yml
@@ -45,7 +45,8 @@ jobs:
45
with:
46
path: |
47
C:/Tools/vcpkg
48
- key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
+ ${{ github.workspace }}/WeChatFerry/vcpkg_installed
49
+ key: ${{ runner.os }}-vcpkg-${{ hashFiles('WeChatFerry/vcpkg.json') }}
50
restore-keys: |
51
${{ runner.os }}-vcpkg-
52
@@ -71,7 +72,7 @@ jobs:
71
72
C:/Tools/vcpkg/vcpkg integrate install
73
74
# 返回到项目目录并安装依赖
- cd ${{ github.workspace }}
75
+ cd ${{ github.workspace }}/WeChatFerry
76
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
77
78
- name: 解析并构建配置
0 commit comments