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

Revert default graphics version change

This commit is contained in:
2024-01-07 22:14:45 +00:00
parent 35f35bb4d5
commit d7a0dee83e
2 changed files with 2 additions and 3 deletions

View File

@@ -125,7 +125,6 @@ jobs:
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF \
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
-D GRAPHICS=GRAPHICS_API_OPENGL_43
cmake --build build --config Release
- name: upload build
@@ -193,8 +192,7 @@ jobs:
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF \
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
-D GRAPHICS=GRAPHICS_API_OPENGL_43
-D CMAKE_C_FLAGS="${{ matrix.cflags }}"
cmake --build build --config Release
- name: upload build