Skip to content

Commit 513aa23

Browse files
committed
[rb] install additional libraries for chrome
1 parent 1ecff86 commit 513aa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Fluxbox and Xvfb
4545
if: inputs.os == 'ubuntu'
4646
run: |
47-
sudo apt-get -y install fluxbox
47+
sudo apt-get -y install fluxbox libxss1 libappindicator3-1 libindicator7
4848
Xvfb :99 &
4949
fluxbox -display :99 &
5050
echo "DISPLAY=:99" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)