From ae2947fbc5a7ad3879090777c829e44b7c339eb3 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 28 Jul 2022 17:43:18 +0800 Subject: [PATCH] ci: Building osmesa on OSX Signed-off-by: Yonggang Luo Reviewed-by: Eric Engestrom Part-of: --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fce00b0161..7b15e7f49e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install Mako run: pip3 install --user mako - name: Configure - run: meson . build -Dbuild-tests=true + run: meson . build -Dbuild-tests=true -Dosmesa=true - name: Build run: meson compile -C build - name: Test