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:
3232 private_registry_name : JuliaSimRegistry
3333 private_registry_uuid : 309a7822-a73e-4490-9504-7d1983f27685
3434 - 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;
3736 Pkg.setprotocol!(; domain = "github.com", protocol = "ssh");
3837 Pkg.add(PackageSpec(name = "JuliaSimCompiler", url = "https://github.com/JuliaComputing/JuliaSimCompiler.jl", rev = "master"));
3938 Pkg.develop(PackageSpec(path=pwd()));
4039 Pkg.instantiate()'
4140 - name : Build and deploy
4241 env :
4342 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