1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix(workflow) silence SDL warning for MicroPython (#2367)

Export XDG_RUNTIME_DIR to remove SDL warnings in workflow log
This commit is contained in:
Amir Gonnen 2021-07-12 01:15:32 +03:00 committed by GitHub
parent ac68b10e53
commit b6bda5e17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,4 +37,6 @@ jobs:
- name: Build the unix port
run: make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
- name: Run tests
run: lib/lv_bindings/tests/run.sh
run: |
export XDG_RUNTIME_DIR=/tmp
lib/lv_bindings/tests/run.sh