Skip to content

Commit 10f2fb7

Browse files
committed
Fix build options
1 parent 24703cc commit 10f2fb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Build-WeChatFerry.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
with:
4646
path: |
4747
C:/Tools/vcpkg
48-
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
48+
${{ github.workspace }}/WeChatFerry/vcpkg_installed
49+
key: ${{ runner.os }}-vcpkg-${{ hashFiles('WeChatFerry/vcpkg.json') }}
4950
restore-keys: |
5051
${{ runner.os }}-vcpkg-
5152
@@ -71,7 +72,7 @@ jobs:
7172
C:/Tools/vcpkg/vcpkg integrate install
7273
7374
# 返回到项目目录并安装依赖
74-
cd ${{ github.workspace }}
75+
cd ${{ github.workspace }}/WeChatFerry
7576
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
7677
7778
- name: 解析并构建配置

0 commit comments

Comments
 (0)