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 292fbfe commit ed0a332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
passthrough=""
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
extra_args="-extra-arg=-std=c++17 -extra-arg=--stdlib=libc++"
passthrough="--query-driver=/usr/bin/clang++"
else
extra_args="-extra-arg=-std=c++17"
location="$(xcrun --show-sdk-path)"
passthrough="-I${location}"
else
extra_args="-extra-arg=-std=c++17"
passthrough=""
fi
clang-tidy -checks=-*,clang-analyzer-*,-clang-analyzer-cplusplus* ${extra_args} example/breeze_theme.hpp -- "${passthrough}"

0 comments on commit ed0a332

Please sign in to comment.