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 182218c commit 724a627Copy full SHA for 724a627
.github/workflows/ubuntu.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Build Qt
40
id: build
41
run: |
42
+ sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio -y
43
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev -y
44
export PATH=/opt/hostedtoolcache/Python/3.5.4/${{ matrix.msvc_arch }}/bin:$PATH
45
export pythonLocation=/opt/hostedtoolcache/Python/3.5.4/${{ matrix.msvc_arch }}/bin
0 commit comments