ci: Clean up Wayland build directory

We don't need to keep it around.

Signed-off-by: Daniel Stone <daniels@collabora.com>
dev
Daniel Stone 3 years ago committed by Marius Vlad
parent e9a0c0648b
commit 430378edd3
  1. 1
      .gitlab-ci/build-deps.sh

@ -101,6 +101,7 @@ mkdir build
meson build -Ddocumentation=false
ninja ${NINJAFLAGS} -C build install
cd ..
rm -rf wayland
# Keep this version in sync with our dependency in meson.build. If you wish to
# raise a MR against custom protocol, please change this reference to clone

Loading…
Cancel
Save