Skip to content

Commit 34b59bd

Browse files
authored
Update rustbca_compile_check.yml
1 parent 09b04f8 commit 34b59bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo apt-get install curl
2424
- name: Install rust
2525
run: |
26-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
26+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
2727
sudo apt-get install rustc cargo
2828
- name: Install pip for Python-3
2929
run: |

0 commit comments

Comments
 (0)