Skip to content

Commit

Permalink
ci: fix binary directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jun 9, 2024
1 parent 2904341 commit 7156875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
XDG_RUNTIME_DIR: /tmp
GSETTINGS_BACKEND: keyfile
run: |
glib-compile-schemas src/setup --targetdir=out/build/default/bin
glib-compile-schemas src/setup --targetdir=build/bin
weston --no-config --socket=wl-headless --backend=headless &
WAYLAND_DISPLAY=wl-headless cmake --build --preset default -t test --verbose
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
GSETTINGS_BACKEND: keyfile
run: |
source "$HOME/.cargo/env"
glib-compile-schemas src/setup --targetdir=out/build/c99-coverage/bin
glib-compile-schemas src/setup --targetdir=build/bin
weston --no-config --socket=wl-headless --backend=headless &
WAYLAND_DISPLAY=wl-headless cmake --build --preset c99-coverage -t test --verbose
./grcov . -s . -b . --keep-only 'src/*' --llvm -t lcov -o coverage.lcov
Expand Down

0 comments on commit 7156875

Please sign in to comment.