Update .forgejo/workflows/build.yml
This commit is contained in:
parent
d02b81c309
commit
a9b5c1b797
1 changed files with 3 additions and 1 deletions
|
@ -15,8 +15,10 @@ jobs:
|
|||
run: curl -L https://swee.codes/repo.sh | bash
|
||||
- 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 ~/.vnc && echo "testingsweecryptgtk" | vncpasswd -f > ~/.vnc/passwd
|
||||
- name: Start an X11 server
|
||||
run: USER=root vncserver :5
|
||||
run: USER=root vncserver :5 &
|
||||
- name: Start openbox
|
||||
run: DISPLAY=:5 openbox &
|
||||
- name: Start the app
|
||||
|
|
Loading…
Add table
Reference in a new issue