From 467a17cec481eab510192c49af2f3f2c7e9610dc Mon Sep 17 00:00:00 2001 From: nancywu1 Date: Fri, 28 Jun 2024 11:04:45 -0400 Subject: [PATCH] install rosetta in right place --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 465ee3832..eb8f8f0d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,6 @@ commands: steps: - attach_workspace: at: ~/player - - - macos/install-rosetta - - restore_cache: keys: - v1-bazel-cache-core-{{ .Branch }}-{{ .Revision }} @@ -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: |