Update .forgejo/workflows/build.yml
This commit is contained in:
parent
d41bccb184
commit
d02b81c309
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +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: Start an X11 server
|
||||
run: vncserver-start :5
|
||||
run: USER=root vncserver :5
|
||||
- name: Start openbox
|
||||
run: DISPLAY=:5 openbox &
|
||||
- name: Start the app
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
with:
|
||||
path: screenshot.jpg
|
||||
- name: Stop the X11 server
|
||||
run: vncserver-stop :5
|
||||
run: pkill vncserver
|
||||
apt:
|
||||
name: Build Debian Package
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue