File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
13
13
jobs :
14
14
Build_docs :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-22.04
16
16
steps :
17
17
- uses : actions/checkout@v3
18
18
with :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sudo apt -y install \
25
25
ttf-mscorefonts-installer \
26
26
poppler-utils \
27
27
ghostscript-x \
28
- qt5-default \
28
+ qtbase5-dev \
29
29
pdf2svg \
30
30
gnuplot \
31
31
g++
49
49
export GKSwstype=nul # Plots.jl/issues/3664
50
50
export COLORTERM=truecolor # UnicodePlots.jl
51
51
export PLOTDOCS_ANSICOLOR=true
52
+ export LD_PRELOAD=$( g++ --print-file-name=libstdc++.so)
52
53
53
- julia=' xvfb-run julia --color=yes --project=docs'
54
+ julia=' xvfb-run -a julia --color=yes --project=docs'
54
55
55
56
$julia -e '
56
57
using Pkg; Pkg.instantiate()
You can’t perform that action at this time.
0 commit comments