From a7894d5d101953989e9a95db32c0a20a5f85f061 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Mon, 24 Jun 2024 16:00:17 +0200 Subject: [PATCH] add DISPLAY env --- .github/workflows/Documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ea399b62..45f14463 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -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()));