Skip to content

Commit

Permalink
ci: set XDG_RUNTIME_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Feb 6, 2024
1 parent d7b74d7 commit 57c9c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 57c9c8b

Please sign in to comment.