Update .forgejo/workflows/build.yml
Some checks failed
Test / Build Debian Package (push) Successful in 52s
Test / Test the application (push) Failing after 1m31s

This commit is contained in:
Nova Cat 2025-01-19 13:28:15 -08:00
parent 4ab01b84e3
commit 2094d8da73

View file

@ -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