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:
parent
56e9db7f20
commit
269b6fe67f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user