Skip to content

Commit

Permalink
CI: Use latest OBS
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Mar 9, 2024
1 parent c9fa264 commit 0ecfe46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:

- name: Dependencies
run: |
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install libvulkan-dev libobs-dev libgl-dev libegl-dev libx11-dev libxcb1-dev libxcb-xfixes0-dev libwayland-dev libwayland-bin
sudo apt install libvulkan-dev obs-studio libgl-dev libegl-dev libx11-dev libxcb1-dev libxcb-xfixes0-dev libwayland-dev libwayland-bin
- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 0ecfe46

Please sign in to comment.