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

This commit is contained in:
Nova Cat 2025-01-19 14:00:03 -08:00
parent 7b63dac8e2
commit 336df07b38

View file

@ -26,7 +26,7 @@ jobs:
- name: Wait 5 secs
run: sleep 5
- name: Take a screenshot
run: xwd -root -display :5 | convert - jpg:- > screenshot.jpg
run: DISPLAY=:5 xwd -root | convert - jpg:- > screenshot.jpg
- name: Upload screenshot
uses: actions/upload-artifact@v3
with: