Skip to content

Commit

Permalink
add DISPLAY env
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jun 24, 2024
1 parent 0a604c9 commit a7894d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
private_registry_uuid: 309a7822-a73e-4490-9504-7d1983f27685
- name: Install dependencies
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg;
ENV["DISPLAY"] = 0;
Pkg.setprotocol!(; domain = "github.com", protocol = "ssh");
Pkg.add(PackageSpec(name = "JuliaSimCompiler", url = "https://github.com/JuliaComputing/JuliaSimCompiler.jl", rev = "master"));
Pkg.develop(PackageSpec(path=pwd()));
Expand Down

0 comments on commit a7894d5

Please sign in to comment.