From 9cfb14d0163a56fea0520f18b58a5864de0dc557 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 21 Aug 2024 11:27:54 +0200 Subject: [PATCH] added rustup init --- .github/workflows/check-cargo-check-runtimes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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