Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios authored Feb 20, 2024
1 parent 168e85f commit 9fbb6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install protobuf
run: sudo apt-get install protobuf-compiler
- name: Install Rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
run: curl --proto -y '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- name: Install nightly toolchain
run: sudo rustup toolchain install nightly-2023-04-01
- name: fmt check
Expand Down

0 comments on commit 9fbb6de

Please sign in to comment.