Skip to content

Commit 1f10a8e

Browse files
committed
[更新CI配置以使用自定义vcpkg分支]: 修改GitHub Actions依赖安装步骤,指定自定义vcpkg仓库和分支以支持libsystemd依赖
-**CI/CD工作流调整**: 在.github/actions/install-dependencies/action.yml的"Install Custom VCPKG"步骤中添加with参数,显式配置vcpkg安装源 -**vcpkg源定制**: 设置repo为"https://github.com/RealChuan/vcpkg.git",branch为"libsystemd",确保使用特定分支的vcpkg仓库 -**构建依赖管理**: 通过指定自定义分支,优化CI构建环境以包含libsystemd相关依赖或修复,提升构建兼容性
1 parent 35da107 commit 1f10a8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ runs:
1818
steps:
1919
- name: Install Custom VCPKG
2020
uses: RealChuan/install-vcpkg@main
21+
with:
22+
repo: "https://github.com/RealChuan/vcpkg.git"
23+
branch: "libsystemd"
2124

2225
- name: Update vcpkg manifest baseline
2326
shell: bash

0 commit comments

Comments
 (0)