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: |