We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b59bd commit e33a415Copy full SHA for e33a415
.github/workflows/rustbca_compile_check.yml
@@ -23,7 +23,7 @@ jobs:
23
sudo apt-get install curl
24
- name: Install rust
25
run: |
26
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
+ curl --proto '=https' --tlsv1.2 -sSf -y https://sh.rustup.rs | sh
27
sudo apt-get install rustc cargo
28
- name: Install pip for Python-3
29
0 commit comments