From 89e4d56de61386af62d64481f8fab60257de5675 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 25 Oct 2025 19:37:32 -0400 Subject: [PATCH] Use wget instead of curl --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index d3ae2c0..90aeaf2 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -210,8 +210,8 @@ jobs: - name: Install Rust toolchain and wasm-pack run: | - # Install Rust using rustup - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + # Install Rust using rustup with wget + wget -O - https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env # Install wasm32 target