Skip to content

Commit

Permalink
Test with OBS 30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtpap committed Jul 14, 2024
1 parent a506b80 commit 1515b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
repository: 'obsproject/obs-studio'
path: 'obs-src'
ref: '28.0.0'
ref: '30.2.0'
submodules: 'recursive'
- name: 'Install system dependencies'
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
libpipewire-0.3-dev\
- name: 'Configure OBS'
if: steps.cache-obs.outputs.cache-hit != 'true'
run: cmake -B obs-src/build -S obs-src -DCMAKE_ENABLE_BROWSER=OFF -DENABLE_UI=OFF -DENABLE_SCRIPTING=OFF -DENABLE_PULSEAUDIO=OFF -DENABLE_WAYLAND=OFF -DENABLE_PLUGINS=OFF
run: cmake -B obs-src/build -S obs-src -DOBS_CMAKE_VERSION=3 -DCMAKE_ENABLE_BROWSER=OFF -DENABLE_UI=OFF -DENABLE_SCRIPTING=OFF -DENABLE_PULSEAUDIO=OFF -DENABLE_WAYLAND=OFF -DENABLE_PLUGINS=OFF
- name: 'Build OBS'
if: steps.cache-obs.outputs.cache-hit != 'true'
run: cmake --build obs-src/build -j4
Expand Down

0 comments on commit 1515b78

Please sign in to comment.