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=""