Skip to content

Commit

Permalink
Accepting defaults during Rust installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 25, 2023
1 parent 2fa1622 commit cd9f50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit cd9f50f

Please sign in to comment.