Update .forgejo/workflows/build.yml
This commit is contained in:
parent
4ab01b84e3
commit
2094d8da73
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ jobs:
|
|||
- name: Setup sweerepo
|
||||
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 x11vnc x11-apps imagemagick -y
|
||||
run: apt install python3-gi python3-gi-cairo python3-sweecrypt gir1.2-gtk-3.0 openbox tightvncserver x11-apps imagemagick -y
|
||||
- name: Start an X11 server
|
||||
run: x11vnc -display :5 &
|
||||
run: vncserver :5 &
|
||||
- name: Start openbox
|
||||
run: DISPLAY=:5 openbox &
|
||||
- name: Start the app
|
||||
|
|
Loading…
Add table
Reference in a new issue