Skip to content

Commit d197366

Browse files
committed
Update DBUS installation step to include package update
1 parent e4dc7f1 commit d197366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: matrix.os == 'ubuntu-latest'
2020
run: |
2121
export DISPLAY=:0
22-
sudo apt install dbus-x11
22+
sudo apt update && sudo apt install dbus-x11
2323
machineId=$(cat /var/lib/dbus/machine-id)
2424
mkdir -p /home/runner/.dbus
2525
mkdir -p /home/runner/.dbus/session-bus/

0 commit comments

Comments
 (0)