Skip to content

Commit 1c71a0b

Browse files
authored
Update ci.yml
1 parent 14d9d51 commit 1c71a0b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
if: ${{ always() }}
2525
run: |
2626
sudo apt-get install xvfb
27-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
28-
sudo apt-get update
29-
sudo apt-get install gcc-4.9
30-
sudo apt-get upgrade libstdc++6
31-
sudo apt-get dist-upgrade
27+
export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
3228
sudo apt install gstreamer1.0-plugins-*
3329
Xvfb :99 &
3430
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)