From f78c2f6da3308afe1646ae5647c27036a4b57b25 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 3 Nov 2022 11:38:41 -0700 Subject: [PATCH] Update flag --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87bb22a..16c2c4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: CXX: clang++ run: | phpize - ./configure --cc-opt="-Wno-error" + ./configure --cc="-Wno-error" make php-linux-x64: @@ -80,7 +80,7 @@ jobs: CXX: clang++ run: | phpize - ./configure --cc-opt="-Wno-error" + ./configure --cc="-Wno-error" make make test