Change XDG dir
All checks were successful
Make PNG / build-app (push) Successful in 22s

This commit is contained in:
Shylie 2024-05-28 12:40:48 -04:00
parent 4c03524fc5
commit 8fb977a4a1

View File

@ -24,7 +24,7 @@ jobs:
- name: Build previous
run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build
- name: Export XDG_RUNTIME_DIR
run: export XDG_RUNTIME_DIR=/run/user/$(id -u)
run: export XDG_RUNTIME_DIR=$PWD
- name: Generate PNG file for curr
run: cd curr/build/tests && xvfb-run -a ./test-basic
- name: Generate PNG file for prev