Skip to content

Commit

Permalink
CI: Pass config options on setup
Browse files Browse the repository at this point in the history
Otherwise it fails due to WirePlumber's PipeWire version requirement
  • Loading branch information
dimtpap committed Mar 16, 2024
1 parent 9bc02d8 commit 1bd667f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
if: steps.pipewire-cache.outputs.cache-hit != 'true'
working-directory: 'pipewire'
run: |
meson setup builddir
meson configure builddir -Dprefix=/usr \
meson setup builddir -Dprefix=/usr \
-Dauto_features=disabled \
-Davb=disabled \
-Dlegacy-rtkit=false \
Expand Down

0 comments on commit 1bd667f

Please sign in to comment.