Skip to content

Commit 29affe7

Browse files
authored
Update ci.yml
1 parent 1c71a0b commit 29affe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ always() }}
2525
run: |
2626
sudo apt-get install xvfb
27-
export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
27+
sudo apt-get install --no-install-recommends -y libgstreamer1.0-0 gstreamer1.0-tools gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
2828
sudo apt install gstreamer1.0-plugins-*
2929
Xvfb :99 &
3030
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)