From 77f04b43a7af1ff3ab93a40c26ea5b9809ea3575 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 24 Jan 2023 13:34:27 +0000 Subject: Ensure plugins can be built and installed with Meson - Ensure dependency on m(ath) library is explicit - Ensure headers can be installed - Ensure CI builds and tests fastfloat (to match autotools) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0c3865..8c4b85a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - name: Build Ubuntu run: | - meson setup build + meson setup build -Dfastfloat=true meson compile -C build meson test -C build -- cgit v1.2.1