mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修正macos持续集成运行目录 (#2234)
修改 macos 最后一步运行目录release/linux/Debug/ 改为release/darwin/Debug/ 参看build log https://github.com/ZLMediaKit/ZLMediaKit/actions/runs/4150150582/jobs/7179611556
This commit is contained in:
parent
2f090e33cf
commit
719b137208
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -34,6 +34,6 @@ jobs:
|
|||||||
run: mkdir -p build && cd build && cmake .. && make -j $(nproc)
|
run: mkdir -p build && cd build && cmake .. && make -j $(nproc)
|
||||||
|
|
||||||
- name: 运行MediaServer
|
- name: 运行MediaServer
|
||||||
run: pwd && cd release/linux/Debug && sudo ./MediaServer -d &
|
run: pwd && cd release/darwin/Debug && sudo ./MediaServer -d &
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user