We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c83d0 commit b8aee65Copy full SHA for b8aee65
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
sudo add-apt-repository ppa:obsproject/obs-studio
22
sudo apt update
23
+ sudo apt build-dep obs-studio
24
sudo apt install libvulkan-dev obs-studio libgl-dev libegl-dev libx11-dev libxcb1-dev libxcb-xfixes0-dev libwayland-dev libwayland-bin
25
26
- name: Configure
0 commit comments