From 269b6fe67fd99fc5fa0281d028746cf163d9d4d6 Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:52:18 +0100 Subject: [PATCH] Update Desktop to OpenGL 4.3 (#217) Update Desktop to OpenGL 4.3 for linux and windows platforms --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3e7899..e91f350 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,9 @@ jobs: -B build \ -D CMAKE_BUILD_TYPE=Release \ -D BUILD_SHARED_LIBS=ON \ - -D BUILD_EXAMPLES=OFF + -D BUILD_EXAMPLES=OFF \ + -D CMAKE_C_FLAGS="${{ matrix.cflags }}" \ + -D GRAPHICS=GRAPHICS_API_OPENGL_43 cmake --build build --config Release - name: upload build @@ -190,7 +192,9 @@ jobs: -B build \ -D CMAKE_BUILD_TYPE=Release \ -D BUILD_SHARED_LIBS=ON \ - -D BUILD_EXAMPLES=OFF + -D BUILD_EXAMPLES=OFF \ + -D CMAKE_C_FLAGS="${{ matrix.cflags }}" \ + -D GRAPHICS=GRAPHICS_API_OPENGL_43 cmake --build build --config Release - name: upload build