Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 344e4be commit 292fbfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 292fbfe

Please sign in to comment.