From 2b04d89888996389419ff2f8777ef2a980e30482 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Sat, 1 Jun 2024 23:51:43 +0100 Subject: [PATCH] Run glfwinfo in Linux build-full-static too --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bd4f70b..a1a38ad0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,7 @@ jobs: run: cmake -B build-full-static -D GLFW_BUILD_WAYLAND=ON -D GLFW_BUILD_X11=ON - name: Build Wayland+X11 static library run: cmake --build build-full-static --parallel + - run: ./build-full-static/tests/glfwinfo - name: Configure Wayland+X11 shared library run: cmake -B build-full-shared -D GLFW_BUILD_WAYLAND=ON -D BUILD_SHARED_LIBS=ON -D GLFW_BUILD_X11=ON