Skip to content

Commit

Permalink
install rosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Aug 6, 2024
1 parent 6154ba1 commit 3b0929d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3b0929d

Please sign in to comment.