Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f3d0cd2

Browse files
committed
suppress the warning during CI
(diff-pdf:3756): dbind-WARNING **: 07:02:47.379: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
1 parent fd5feba commit f3d0cd2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
command: diff-pdf.exe
2626

2727
steps:
28+
- if: matrix.os == 'ubuntu-latest'
29+
run: sudo apt install at-spi2-core
30+
2831
- uses: actions/checkout@v3
2932

3033
- name: Build package

0 commit comments

Comments
 (0)