diff --git a/.github/workflows/check-cargo-check-runtimes.yml b/.github/workflows/check-cargo-check-runtimes.yml index 7f1be8695fdd3..f2fa89312bc34 100644 --- a/.github/workflows/check-cargo-check-runtimes.yml +++ b/.github/workflows/check-cargo-check-runtimes.yml @@ -133,7 +133,8 @@ jobs: runs-on: macOS steps: - uses: actions/checkout@v4 - - run: brew install protobuf rustup rust + - run: brew install protobuf rustup + - run: rustup-init # - name: Install rust # run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # - run: source $HOME/.cargo/env