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 808457c commit 6538079Copy full SHA for 6538079
actions/setup/action.yaml
@@ -105,7 +105,7 @@ runs:
105
if [ "${{ inputs.display }}" = "xvfb" ]; then
106
Xvfb $DISPLAY -screen 0 1024x768x24 -ac +extension GLX +render -noreset &
107
icewm &
108
- else
+ elif [ "${{ inputs.display }}" = "turbovnc" ]; then
109
mkdir $HOME/.vnc
110
echo $RANDOM$RANDOM | vncpasswd -f > $HOME/.vnc/passwd
111
chmod 0600 $HOME/.vnc/passwd
0 commit comments