File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ jobs:
32
32
private_registry_name : JuliaSimRegistry
33
33
private_registry_uuid : 309a7822-a73e-4490-9504-7d1983f27685
34
34
- name : Install dependencies
35
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg;
36
- ENV["DISPLAY"] = "0";
35
+ run : DISPLAY=:0 xvfb-run --auto-servernum -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg;
37
36
Pkg.setprotocol!(; domain = "github.com", protocol = "ssh");
38
37
Pkg.add(PackageSpec(name = "JuliaSimCompiler", url = "https://github.com/JuliaComputing/JuliaSimCompiler.jl", rev = "master"));
39
38
Pkg.develop(PackageSpec(path=pwd()));
40
39
Pkg.instantiate()'
41
40
- name : Build and deploy
42
41
env :
43
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
44
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ docs/make.jl
43
+ run : DISPLAY=:0 xvfb-run --auto-servernum - s '-screen 0 1024x768x24' julia --project=docs/ docs/make.jl
You can’t perform that action at this time.
0 commit comments