From 4bdf949d4ef5acd712317c160907add064b4a8d8 Mon Sep 17 00:00:00 2001 From: S John CD Date: Mon, 25 Dec 2023 02:13:37 +0000 Subject: [PATCH] fix curl #2 --- .github/workflows/mdbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 9e314d23..dda3ecfb 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -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: |