Skip to content

Commit

Permalink
fix curl #2
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Dec 25, 2023
1 parent 07766b8 commit 4bdf949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: sudo apt-get install -y clang lld
- name: Install rustup
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y 10 | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -y -L | sh
rustup update
- name: Install rustfmt and clippy
run: |
Expand Down

0 comments on commit 4bdf949

Please sign in to comment.