Skip to content

Commit

Permalink
install rosetta in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
nancywu1 committed Jun 28, 2024
1 parent 2c502ca commit 467a17c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ commands:
steps:
- attach_workspace:
at: ~/player

- macos/install-rosetta

- restore_cache:
keys:
- v1-bazel-cache-core-{{ .Branch }}-{{ .Revision }}
Expand Down Expand Up @@ -116,10 +113,10 @@ jobs:
- attach_workspace:
at: ~/player

- macos/install-rosetta

- run:
name: Homebrew Dependencies
command: |
echo "A" | softwareupdate --install-rosetta
- run:
shell: env /usr/bin/arch -x86_64 /bin/bash --login -eo pipefail
command: |
Expand Down

0 comments on commit 467a17c

Please sign in to comment.