Skip to content

Commit

Permalink
clang output
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 13, 2023
1 parent 083fe9e commit 97462b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
run: |
python3 -m pip install numpy wheel
if [ "$RUNNER_OS" == "macOS"]; then
ls /Library/Developer/CommandLineTools/SDKs
clang --version
xcode-select --install
clang --version
python3 -m pip install ./
else
python3 -m pip install ./
Expand Down

0 comments on commit 97462b1

Please sign in to comment.