Update .forgejo/workflows/build.yml
This commit is contained in:
parent
11821b40ab
commit
7b63dac8e2
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: apt install python3-gi python3-gi-cairo python3-sweecrypt gir1.2-gtk-3.0 openbox tightvncserver x11-apps imagemagick -y
|
||||
- name: Set VNC password
|
||||
run: |
|
||||
mkdir -p /root/.vnc
|
||||
echo sweecrypt | vncpasswd -f > /root/.vnc/passwd
|
||||
run: echo -e "sweecrypt\nsweecrypt\n" | vncpasswd
|
||||
- name: Start an X11 server
|
||||
run: USER=root vncserver :5 &
|
||||
- name: Start openbox
|
||||
|
|
Loading…
Add table
Reference in a new issue