From cd9f50f7e47d90ff114dff706c9ce5cc9298bf5d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 25 Jul 2023 14:46:40 +0200 Subject: [PATCH] Accepting defaults during Rust installation --- .github/workflows/cross-chain-solana.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-chain-solana.yml b/.github/workflows/cross-chain-solana.yml index 2b38d928d..5caa7ad34 100644 --- a/.github/workflows/cross-chain-solana.yml +++ b/.github/workflows/cross-chain-solana.yml @@ -52,8 +52,8 @@ jobs: - name: Configure git to not use unauthenticated protocol run: git config --global url."https://".insteadOf git:// - - name: Install Solana - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + - name: Install Rust + run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - name: Install Solana run: sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"