From 292fbfe9d439daaf33a120381cc17047a82d72c4 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 7 Sep 2024 13:56:54 -0500 Subject: [PATCH] CI fix --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c28297..e2175b0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -68,6 +68,7 @@ jobs: passthrough="--query-driver=/usr/bin/clang++" else extra_args="-extra-arg=-std=c++17" - passthrough="" + location="$(xcrun --show-sdk-path)" + passthrough="-I${location}" fi clang-tidy -checks=-*,clang-analyzer-*,-clang-analyzer-cplusplus* ${extra_args} example/breeze_theme.hpp -- "${passthrough}"