Skip to content

Commit

Permalink
Merge pull request #594 from evo-lua/accessibility-bus-error
Browse files Browse the repository at this point in the history
Prevent sporadic dbus errors in the Linux build workflow
  • Loading branch information
rdw-software authored Oct 20, 2024
2 parents cbc0052 + 0748ddf commit 33b4519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
echo $DISPLAY
export DISPLAY=:99.0
echo $DISPLAY
sudo apt-get install at-spi2-core
- name: Generate versions.lua # Required for those libraries that don't export versioning information
run: deps/discover-submodule-versions.sh && cat deps/versions.lua
Expand Down

0 comments on commit 33b4519

Please sign in to comment.