From 57c9c8b8c9568863a0486625825ef77ba3a399d1 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Tue, 6 Feb 2024 08:31:05 +0900 Subject: [PATCH] ci: set XDG_RUNTIME_DIR --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5819e5..a4207df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: cmake --build --preset default -t install --verbose - name: Test + env: + XDG_RUNTIME_DIR: /tmp run: | glib-compile-schemas src/setup --targetdir=out/build/default/bin weston --no-config --socket=wl-headless --backend=headless & @@ -60,6 +62,8 @@ jobs: cmake --build --preset c99-coverage --verbose - name: Test + env: + XDG_RUNTIME_DIR: /tmp run: | source "$HOME/.cargo/env" glib-compile-schemas src/setup --targetdir=out/build/c99-coverage/bin