From 51ab5b4f6e6b6cb3bf4a376117e236692b297809 Mon Sep 17 00:00:00 2001 From: 1 <1585137867@qq.com> Date: Mon, 23 Oct 2023 14:07:23 +0800 Subject: [PATCH] Adding autotest --- .github/workflows/test1.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test1.yml b/.github/workflows/test1.yml index f6c3749d..247c5817 100644 --- a/.github/workflows/test1.yml +++ b/.github/workflows/test1.yml @@ -43,7 +43,11 @@ jobs: uses: actions/checkout@v2 - name: Install GStreamer - run: sudo apt-get install -y gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly + run: | + sudo apt-get update + sudo apt-get install -y gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly + # Add any additional GStreamer plugins installation here + shell: bash - name: Start Live777 Server run: live777 &