Skip to content

Commit c977dca

Browse files
fixup! Try later version of ngrok
1 parent 445aaa2 commit c977dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-vnc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
# legacy run command-- run: cd $HOME && vncserver :1 -geometry $VNC_SCREENSIZE -depth $VNC_DEPTHVALUE -rfbport 7582
2626
run: export PATH=$PATH:/opt/TurboVNC/bin && cd $HOME && vncserver :1 -geometry $VNC_SCREENSIZE -depth $VNC_DEPTHVALUE -rfbport 7582
2727
- name: Creating tunnel with ngrok...
28-
run: ./ngrok tcp 7582
28+
run: ngrok tcp 7582

0 commit comments

Comments
 (0)