From 907662600bd762d7407453be98c8152ec71e31c3 Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Fri, 31 Jan 2025 14:09:12 +1300 Subject: [PATCH] Remove cairo from github actions --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29fbfcd..ecb29d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ if(CLAY_INCLUDE_ALL_EXAMPLES OR CLAY_INCLUDE_DEMOS) if(NOT MSVC) add_subdirectory("examples/clay-official-website") endif() - add_subdirectory("examples/cairo-pdf-rendering") add_subdirectory("examples/introducing-clay-video-demo") endif ()