Commit 719b1372 by zx Committed by GitHub

修正macos持续集成运行目录 (#2234)

修改 macos 最后一步运行目录release/linux/Debug/ 改为release/darwin/Debug/ 
参看build log  
https://github.com/ZLMediaKit/ZLMediaKit/actions/runs/4150150582/jobs/7179611556
parent 2f090e33
......@@ -34,6 +34,6 @@ jobs:
run: mkdir -p build && cd build && cmake .. && make -j $(nproc)
- name: 运行MediaServer
run: pwd && cd release/linux/Debug && sudo ./MediaServer -d &
run: pwd && cd release/darwin/Debug && sudo ./MediaServer -d &
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论