Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
logancammish authored Apr 12, 2024
1 parent 7c50da8 commit 375ae78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Check depdencies
run: @reboot exec /usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/geodev/.vnc/passwd -rfbport 5900 -shared
- name: Install dependencies
run: sudo apt install libudev-dev xorg openbox x11vnc && sudo systemctl daemon-reload && sudo systemctl start x11vnc
- name: set display
Expand Down

0 comments on commit 375ae78

Please sign in to comment.