From 3f01ee4a4e8dcc60355a0a52e2d8c963de389841 Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Thu, 9 Jan 2025 10:08:39 +1300 Subject: [PATCH] Disable cairo example because of github actions issues --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd272e7..3d9f50d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ add_subdirectory("examples/cpp-project-example") # Don't try to compile C99 projects using MSVC if(NOT MSVC) add_subdirectory("examples/raylib-sidebar-scrolling-container") - add_subdirectory("examples/cairo-pdf-rendering") +# add_subdirectory("examples/cairo-pdf-rendering") Some issue with github actions populating cairo, disable for now add_subdirectory("examples/clay-official-website") add_subdirectory("examples/introducing-clay-video-demo") add_subdirectory("examples/SDL2-video-demo")