2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Update Desktop to OpenGL 4.3 (#217)

Update Desktop to OpenGL 4.3 for linux and windows platforms
This commit is contained in:
MrScautHD 2024-01-06 13:52:18 +01:00 committed by GitHub
parent 56e9db7f20
commit 269b6fe67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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