Skip to content

Commit 683ba8c

Browse files
authored
try to fix PlotllyJS (again)
1 parent 4af8ae2 commit 683ba8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- name: Ubuntu LaTeX dependencies
50+
- name: Ubuntu dependencies
5151
if: startsWith(matrix.os, 'ubuntu')
5252
run: |
5353
sudo apt-get -y update
54-
sudo apt-get -y install g++ gnuplot poppler-utils texlive-{latex-base,latex-extra,luatex}
54+
sudo apt-get -y install g++ gnuplot poppler-utils texlive-{latex-base,latex-extra,luatex} # LaTeX
55+
sudo apt -y install lib{gtk-3-0,xss1,gconf-2-4,nss3,asound2,x11-xcb1} # IOError: connect: connection refused (ECONNREFUSED), see github.com/JuliaGizmos/Blink.jl/issues/128#issuecomment-427684728
5556
sudo fc-cache -vr
5657
5758
- name: Set LD_PRELOAD

0 commit comments

Comments
 (0)