Fix osx
This commit is contained in:
parent
e2a6113f95
commit
4d2d8abcc9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -161,7 +161,7 @@ jobs:
|
||||||
-D BUILD_EXAMPLES=OFF \
|
-D BUILD_EXAMPLES=OFF \
|
||||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release -Wno-dev
|
||||||
|
|
||||||
- name: upload build
|
- name: upload build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue