diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index c9de26f..30e62e6 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 # Checkout the repository - name: Install Rust toolchain 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 - name: Build run: cargo build --verbose