Skip to content

Commit

Permalink
gcc test
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 13, 2023
1 parent 064a1db commit c3718a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
export SYSTEM_VERSION_COMPAT=1
python3 -m pip install numpy wheel
if [ "$RUNNER_OS" == "macOS"]; then
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
#sudo rm -rf /Library/Developer/CommandLineTools
#sudo xcode-select --install
brew install gcc
python3 -m pip install ./
else
python3 -m pip install ./
Expand Down

0 comments on commit c3718a3

Please sign in to comment.