Skip to content

Commit

Permalink
Adding autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
dfasdfasddf committed Oct 23, 2023
1 parent c061a59 commit 51ab5b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 51ab5b4

Please sign in to comment.