Skip to content

Commit 92c90be

Browse files
author
Brad Carman
committed
CI fix again
1 parent c9b5083 commit 92c90be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1
38+
with:
39+
prefix: xvfb-run
3840
- uses: julia-actions/julia-processcoverage@v1
3941
- uses: codecov/codecov-action@v2
4042
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ModelingToolkitDesigner.jl colors the connections based on `ModelingToolkitDesig
9898
# TODO
9999

100100
- Finish adding icons for the ModelingToolkitStandardLibrary.jl
101-
- Finish documentation
101+
- Add documentation
102102
- Support more complex connection paths with bends etc.
103103

104104
# [compat]

0 commit comments

Comments
 (0)