mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-20 23:32:22 +08:00
新增docker ci并全面整理ci
This commit is contained in:
6
.github/workflows/msvc-ci.yml
vendored
6
.github/workflows/msvc-ci.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 1
|
||||
|
||||
- name: 下载submodule源码
|
||||
run: mv -Force .gitmodules_github .gitmodules && git submodule sync && git submodule update --init
|
||||
|
||||
- name: 配置 vcpkg
|
||||
uses: lukka/run-vcpkg@v7
|
||||
|
||||
Reference in New Issue
Block a user