Skip to content

Commit 6538079

Browse files
committed
more explict match
1 parent 808457c commit 6538079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
if [ "${{ inputs.display }}" = "xvfb" ]; then
106106
Xvfb $DISPLAY -screen 0 1024x768x24 -ac +extension GLX +render -noreset &
107107
icewm &
108-
else
108+
elif [ "${{ inputs.display }}" = "turbovnc" ]; then
109109
mkdir $HOME/.vnc
110110
echo $RANDOM$RANDOM | vncpasswd -f > $HOME/.vnc/passwd
111111
chmod 0600 $HOME/.vnc/passwd

0 commit comments

Comments
 (0)