diff --git a/.github/workflows/test1.yml b/.github/workflows/test1.yml index eae5269f..f6c3749d 100644 --- a/.github/workflows/test1.yml +++ b/.github/workflows/test1.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v2 - name: Install GStreamer - uses: 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 install -y gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly - name: Start Live777 Server run: live777 &