From eeec1091257f4c3116237ff58977485c27f383aa Mon Sep 17 00:00:00 2001 From: Caleb Ukle Date: Mon, 22 May 2023 15:16:51 -0500 Subject: [PATCH] chore(repo): add set-shas step for macos (#17154) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8512a461d549..6b18bac984023 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,6 +205,8 @@ jobs: - setup: os: macos - rust/install + - nx/set-shas: + main-branch-name: 'master' - run: name: Run E2E Tests for macOS command: |