mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2024-11-09 11:50:04 +00:00
Change XDG dir
This commit is contained in:
parent
4c03524fc5
commit
8fb977a4a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user