Skip to content

Commit

Permalink
suppress the warning during CI
Browse files Browse the repository at this point in the history
(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
  • Loading branch information
hidakatsuya committed Feb 12, 2023
1 parent fd5feba commit f3d0cd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
command: diff-pdf.exe

steps:
- if: matrix.os == 'ubuntu-latest'
run: sudo apt install at-spi2-core

- uses: actions/checkout@v3

- name: Build package
Expand Down

0 comments on commit f3d0cd2

Please sign in to comment.