Skip to content

Commit

Permalink
ci: install Rosetta when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 17, 2024
1 parent 82a17dc commit e111cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
condition:
equal: ['x64', << parameters.arch >>]
steps:
- node/install-rosetta
- install:
arch: 'x86_64'
- when:
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
condition:
equal: ['x64', << parameters.arch >>]
steps:
- node/install-rosetta
- install:
arch: 'x86_64'
- when:
Expand Down

0 comments on commit e111cbb

Please sign in to comment.