Skip to content

Commit

Permalink
workflows: Use "meson setup"
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Valkeinen <[email protected]>
  • Loading branch information
tomba committed Oct 6, 2023
1 parent 8191ab3 commit 7f6e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: install deps
run: sudo apt install -y meson ninja-build libdrm-dev libegl1-mesa-dev libgles2-mesa-dev libwayland-dev libx11-xcb-dev libx11-dev libgbm-dev libevdev-dev libfmt-dev
- name: configure
run: meson -Dkmscube=true -Dpykms=enabled -Dwerror=true -Db_lto=true build
run: meson setup -Dkmscube=true -Dpykms=enabled -Dwerror=true -Db_lto=true build
- name: build
run: ninja -v -C build

0 comments on commit 7f6e1bd

Please sign in to comment.