Fix build options
This commit is contained in:
parent
24703ccc9b
commit
10f2fb741c
5
.github/workflows/Build-WeChatFerry.yml
vendored
5
.github/workflows/Build-WeChatFerry.yml
vendored
@ -45,7 +45,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
C:/Tools/vcpkg
|
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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-vcpkg-
|
${{ runner.os }}-vcpkg-
|
||||||
|
|
||||||
@ -71,7 +72,7 @@ jobs:
|
|||||||
C:/Tools/vcpkg/vcpkg integrate install
|
C:/Tools/vcpkg/vcpkg integrate install
|
||||||
|
|
||||||
# 返回到项目目录并安装依赖
|
# 返回到项目目录并安装依赖
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}/WeChatFerry
|
||||||
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
|
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
|
||||||
|
|
||||||
- name: 解析并构建配置
|
- name: 解析并构建配置
|
||||||
|
Loading…
Reference in New Issue
Block a user