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