diff --git a/.github/actions/rust-setup-mac/action.yaml b/.github/actions/rust-setup-mac/action.yaml index ebac1980f0a0e..c9f73dce5c31b 100644 --- a/.github/actions/rust-setup-mac/action.yaml +++ b/.github/actions/rust-setup-mac/action.yaml @@ -26,7 +26,7 @@ runs: - name: install protoc and related tools shell: bash - run: scripts/dev_setup.sh -b -r -y -P -J -t + run: scripts/dev_setup.sh -b -r -t - run: echo "/home/runner/.cargo/bin" | tee -a $GITHUB_PATH shell: bash