Skip to content

Commit

Permalink
fix(ci): create /run/dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jun 6, 2024
1 parent be67b97 commit af3ede0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ jobs:
export PULSE_RUNTIME_DIR=/tmp
export DISPLAY=:0.0
mkdir -p /run/dbus
dbus-daemon --system --fork
Xvfb -screen $DISPLAY 1920x1080x24 &
Xvfb -screen $DISPLAY 1920x1080x24 &
pipewire &
./build/examples/roundtrip/roundtrip-example

0 comments on commit af3ede0

Please sign in to comment.