We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a727058 commit 8cf2903Copy full SHA for 8cf2903
.github/workflows/CI.yml
@@ -46,6 +46,8 @@ jobs:
46
${{ runner.os }}-
47
- uses: julia-actions/julia-buildpkg@v1
48
- 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
51
- uses: julia-actions/julia-processcoverage@v1
52
- uses: codecov/codecov-action@v1
53
with:
0 commit comments