Skip to content

Commit 1d2e528

Browse files
authored
Merge pull request #2 from jhrozek/rustup
Answer yes to rustup questions
2 parents a9459e4 + 2ffb98a commit 1d2e528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install Rust
2222
run: |
23-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
23+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2424
source $HOME/.cargo/env
2525
2626
- name: Build

0 commit comments

Comments
 (0)