From 5cccce61d280a1884b7b6946b878615cf7ddfdec Mon Sep 17 00:00:00 2001 From: Boris Glimcher Date: Tue, 17 May 2022 15:22:47 +0300 Subject: [PATCH] ci: disable werror for uuid subproject Signed-off-by: Boris Glimcher --- .github/workflows/meson.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index c40e028f..ed02dfa1 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v3 - uses: BSFishy/meson-build@v1.0.3 with: - setup-options: --werror --wrap-mode=forcefallback + setup-options: --werror -Duuid:werror=false --wrap-mode=forcefallback options: --verbose action: build @@ -48,6 +48,6 @@ jobs: - uses: actions/setup-python@v3 - uses: BSFishy/meson-build@v1.0.3 with: - setup-options: --werror --wrap-mode=forcefallback --default-library=static + setup-options: --werror -Duuid:werror=false --wrap-mode=forcefallback --default-library=static options: --verbose action: build -- 2.50.1