We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dc7f1 commit d197366Copy full SHA for d197366
1 file changed
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
if: matrix.os == 'ubuntu-latest'
20
run: |
21
export DISPLAY=:0
22
- sudo apt install dbus-x11
+ sudo apt update && sudo apt install dbus-x11
23
machineId=$(cat /var/lib/dbus/machine-id)
24
mkdir -p /home/runner/.dbus
25
mkdir -p /home/runner/.dbus/session-bus/
0 commit comments