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

This commit is contained in:
Nova Cat 2025-01-19 13:48:42 -08:00
parent ce240ef672
commit 11821b40ab

View file

@ -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: Set VNC password
run: \
run: |
mkdir -p /root/.vnc
echo sweecrypt | vncpasswd -f > /root/.vnc/passwd
- name: Start an X11 server