diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc7e082..4492e96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: -D BUILD_EXAMPLES=OFF \ -D CMAKE_C_FLAGS="${{ matrix.cflags }}" \ -D GRAPHICS=GRAPHICS_API_OPENGL_43 - cmake --build build --config Release + cmake --build build --config Release -Wno-dev - name: upload build uses: actions/upload-artifact@v3