Skip to content

Commit

Permalink
macOS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 10, 2023
1 parent 613e569 commit 04cfa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Installing circtools & Python dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
softwareupdate --all --install --force
sudo xcode-select --switch /Library/Developer/CommandLineTools
export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future
fi
Expand Down

0 comments on commit 04cfa70

Please sign in to comment.