From 28d1794393400ca229a1fbf87f20fc7e58e7cb0b Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 7 Sep 2024 14:04:15 -0500 Subject: [PATCH] CI fix --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c3df8b1..fa7eb7a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -66,7 +66,7 @@ jobs: elif [[ "${RUNNER_OS}" == "macOS" ]]; then extra_args="-extra-arg=-std=c++17 -extra-arg=--stdlib=libc++" location="$(xcrun --show-sdk-path)" - passthrough="-I${location}/usr/include -I${location}/usr/include/c++/v1" + passthrough="-I${location}/usr/include/c++/v1 -I${location}/usr/include" else extra_args="-extra-arg=-std=c++17" passthrough=""