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 fbf0a56 commit 792f1f3Copy full SHA for 792f1f3
actions/setup/action.yaml
@@ -107,6 +107,7 @@ runs:
107
if [ "${{ inputs.display }}" = "xvfb" ]; then
108
Xvfb $DISPLAY -screen 0 1024x768x24 -ac +extension GLX +render -noreset &
109
if [ "${{ inputs.window-manager }}" = "icewm" ]; then
110
+ sleep 3
111
icewm &
112
fi
113
elif [ "${{ inputs.display }}" = "turbovnc" ]; then
0 commit comments