Skip to content

Commit 14d9d51

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424
if: ${{ always() }}
2525
run: |
2626
sudo apt-get install xvfb
27-
sudo export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
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
2832
sudo apt install gstreamer1.0-plugins-*
2933
Xvfb :99 &
3034
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)