From 07fd1e7e7176e2626e7f4b158fd9fa496f6e6c70 Mon Sep 17 00:00:00 2001 From: Milan Straka Date: Wed, 11 Sep 2024 15:14:37 +0200 Subject: [PATCH] Use correct option spelling. --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 525e152..42cb993 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -35,10 +35,10 @@ jobs: platform: win-vs-64 - os: macos-13 platform: macos-clang-64 - c_flags: -Wnodeprecated-declarations + c_flags: -Wno-deprecated-declarations - os: macos-14 platform: macos-clang-arm64 - c_flags: -Wnodeprecated-declarations + c_flags: -Wno-deprecated-declarations steps: - uses: actions/checkout@v3