Use wget instead of curl
This commit is contained in:
parent
10d0e40744
commit
89e4d56de6
1 changed files with 2 additions and 2 deletions
|
|
@ -210,8 +210,8 @@ jobs:
|
|||
|
||||
- name: Install Rust toolchain and wasm-pack
|
||||
run: |
|
||||
# Install Rust using rustup
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
# Install Rust using rustup with wget
|
||||
wget -O - https://sh.rustup.rs | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
|
||||
# Install wasm32 target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue