We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b77608 commit 14d9d51Copy full SHA for 14d9d51
.github/workflows/ci.yml
@@ -24,7 +24,11 @@ jobs:
24
if: ${{ always() }}
25
run: |
26
sudo apt-get install xvfb
27
- sudo export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
+ 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
32
sudo apt install gstreamer1.0-plugins-*
33
Xvfb :99 &
34
echo "DISPLAY=:99" >> $GITHUB_ENV
0 commit comments