Skip to content

Commit 509adcd

Browse files
committed
fix
1 parent eea398c commit 509adcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5151
source $HOME/.cargo/env
52-
rustup toolchain default
52+
rustup toolchain install
5353
- name: Install Protobuf Compiler
5454
run: sudo apt-get install -y protobuf-compiler
5555
- name: Prepare cargo build

0 commit comments

Comments
 (0)