Skip to content

Commit

Permalink
Fix build options
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Nov 3, 2024
1 parent 24703cc commit 10f2fb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Build-WeChatFerry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
path: |
C:/Tools/vcpkg
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
${{ github.workspace }}/WeChatFerry/vcpkg_installed
key: ${{ runner.os }}-vcpkg-${{ hashFiles('WeChatFerry/vcpkg.json') }}
restore-keys: |
${{ runner.os }}-vcpkg-
Expand All @@ -71,7 +72,7 @@ jobs:
C:/Tools/vcpkg/vcpkg integrate install
# 返回到项目目录并安装依赖
cd ${{ github.workspace }}
cd ${{ github.workspace }}/WeChatFerry
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
- name: 解析并构建配置
Expand Down

0 comments on commit 10f2fb7

Please sign in to comment.