From 4d2d8abcc93cccb2c58e8ac77864a65660ac5809 Mon Sep 17 00:00:00 2001 From: MrScautHD Date: Sat, 6 Jan 2024 12:00:07 +0100 Subject: [PATCH] Fix osx --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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