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 0556909 commit f475080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
extra_args="-extra-arg=-std=c++17 -extra-arg=--stdlib=libc++"
location="$(xcrun --show-sdk-path)"
ls "${location}"
passthrough="-I${location}"
ls "${location}/usr/include"
passthrough="-I${location}/usr/include"
else
extra_args="-extra-arg=-std=c++17"
passthrough=""
Expand Down

0 comments on commit f475080

Please sign in to comment.