fix(ci): fixed broken rust install

This commit is contained in:
Byson94
2025-08-30 21:05:01 +05:30
parent 65e41c67b4
commit c4233d7c98

View File

@@ -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