mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复持续集成编译失败问题
This commit is contained in:
parent
5fe5dd9de6
commit
d9a5de5a63
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
|
||||||
- name: apt-get安装依赖库(非必选)
|
- name: apt-get安装依赖库(非必选)
|
||||||
run: sudo apt-get install -y cmake libssl-dev libmp4v2-dev libsdl-dev libavcodec-dev libavutil-dev
|
run: sudo apt-get update && sudo apt-get install -y cmake libssl-dev libmp4v2-dev libsdl-dev libavcodec-dev libavutil-dev
|
||||||
|
|
||||||
- name: 编译
|
- name: 编译
|
||||||
run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4
|
run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4
|
||||||
|
Loading…
Reference in New Issue
Block a user