We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecff86 commit 513aa23Copy full SHA for 513aa23
.github/workflows/ruby-examples.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup Fluxbox and Xvfb
45
if: inputs.os == 'ubuntu'
46
run: |
47
- sudo apt-get -y install fluxbox
+ sudo apt-get -y install fluxbox libxss1 libappindicator3-1 libindicator7
48
Xvfb :99 &
49
fluxbox -display :99 &
50
echo "DISPLAY=:99" >> "$GITHUB_ENV"
0 commit comments