diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9bcfe40..d4d4899 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -y | sh - name: Run rust linter run: cargo clippy -- -D warnings @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -y | sh - name: Run formatter check run: cargo fmt --all -- --check