From 3b0929d82bcbcb1b516d7f10a464274d541d39c9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 6 Aug 2024 11:11:10 +0200 Subject: [PATCH] install rosetta --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 060164c..b2204c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,6 +142,10 @@ jobs: - restore_cache: keys: - mac-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }} + - run: + name: Install Rosetta + command: | + sudo /usr/sbin/softwareupdate --install-rosetta --agree-to-license - run: name: Install Clojure command: |