We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea398c commit 509adcdCopy full SHA for 509adcd
.github/workflows/extended.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
51
source $HOME/.cargo/env
52
- rustup toolchain default
+ rustup toolchain install
53
- name: Install Protobuf Compiler
54
run: sudo apt-get install -y protobuf-compiler
55
- name: Prepare cargo build
0 commit comments