Revert
This commit is contained in:
parent
1af39e4ec4
commit
9f51c38a53
23
.github/workflows/Build-WeChatFerry.yml
vendored
23
.github/workflows/Build-WeChatFerry.yml
vendored
@ -39,23 +39,16 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install grpcio-tools==1.48.2
|
pip install grpcio-tools==1.48.2
|
||||||
|
|
||||||
- name: 设置 vcpkg 缓存
|
- name: 设置缓存
|
||||||
id: cache-vcpkg-tools
|
id: cache-vcpkg
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: C:/Tools/vcpkg
|
path: |
|
||||||
key: ${{ runner.os }}-vcpkg-tools-${{ hashFiles('WeChatFerry/vcpkg.json') }}
|
C:/Tools/vcpkg
|
||||||
|
${{ github.workspace }}/WeChatFerry/vcpkg_installed
|
||||||
|
key: ${{ runner.os }}-vcpkg-${{ hashFiles('WeChatFerry/vcpkg.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-vcpkg-tools-
|
${{ runner.os }}-vcpkg-
|
||||||
|
|
||||||
- name: 设置 vcpkg_installed 缓存
|
|
||||||
id: cache-vcpkg-installed
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: ${{ github.workspace }}/WeChatFerry/vcpkg_installed
|
|
||||||
key: ${{ runner.os }}-vcpkg-installed-${{ hashFiles('WeChatFerry/vcpkg.json') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-vcpkg-installed-
|
|
||||||
|
|
||||||
- name: 安装 vcpkg 并初始化依赖项
|
- name: 安装 vcpkg 并初始化依赖项
|
||||||
run: |
|
run: |
|
||||||
@ -80,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
# 返回到项目目录并安装依赖
|
# 返回到项目目录并安装依赖
|
||||||
cd ${{ github.workspace }}/WeChatFerry
|
cd ${{ github.workspace }}/WeChatFerry
|
||||||
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static --x-install-root="${{ github.workspace }}/WeChatFerry/vcpkg_installed/x64-windows-static"
|
C:/Tools/vcpkg/vcpkg install --triplet x64-windows-static
|
||||||
|
|
||||||
- name: 解析并构建配置
|
- name: 解析并构建配置
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user