1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix #2219, Refine CI for ubuntu20

This commit is contained in:
winlin 2021-03-03 21:39:17 +08:00
parent 6b2eb43e5c
commit feca8f2578

View file

@ -11,7 +11,7 @@ jobs:
- image: ossrs/srs:dev
steps:
- checkout
- run: cd trunk && ./configure --nasm=off --srtp-nasm=off && make &&
- run: cd trunk && ./configure --nasm=off --srtp-nasm=off && make
build-centos7-gb28181:
docker:
- image: ossrs/srs:dev