Skip to content

Commit 8b77608

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

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-
sudo apt install gcc g++
27+
sudo export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
2828
sudo apt install gstreamer1.0-plugins-*
2929
Xvfb :99 &
3030
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)