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 a93fce3 commit b00711c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit b00711c

Please sign in to comment.