Skip to content

Commit 09b04f8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustbca_compile_check.yml

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

0 commit comments

Comments
 (0)