From c4233d7c98cc0400e41b93cb84f672ead3c8aae7 Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sat, 30 Aug 2025 21:05:01 +0530 Subject: [PATCH] fix(ci): fixed broken rust install --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 08e45bd..bd15a05 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -33,7 +33,7 @@ jobs: # Install Rust - name: Install Rust run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env # Cache Cargo registry and git directory