Skip to content

Commit 8cf2903

Browse files
Update CI.yml
Added `env: GKSwstype: "100"` under `runtest`
1 parent a727058 commit 8cf2903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
${{ runner.os }}-
4747
- uses: julia-actions/julia-buildpkg@v1
4848
- uses: julia-actions/julia-runtest@v1
49+
env:
50+
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
4951
- uses: julia-actions/julia-processcoverage@v1
5052
- uses: codecov/codecov-action@v1
5153
with:

0 commit comments

Comments
 (0)