From 84cfbbd0ef030fa4661294f95adf510cbb04b560 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 14 Dec 2024 01:49:40 -0600 Subject: [PATCH] ah --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 617b7bd..7d3e2f1 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -26,7 +26,7 @@ jobs: run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install Rust toolchain - run: curl https://sh.rustup.rs -sSf | sh -y + run: curl https://sh.rustup.rs -sSf | sh -s -- -y - name: Install Protoc uses: https://git.joshthomas.dev/mirrors/setup-protoc@v3