Skip to content

Commit

Permalink
MacOS fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 11, 2023
1 parent d638faf commit 29adb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Installing circtools & Python dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
#softwareupdate --all --install --force
softwareupdate --all --install --force
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
export SYSTEM_VERSION_COMPAT=1
Expand Down

0 comments on commit 29adb7f

Please sign in to comment.