From 025702a9f31155a55b22a85f9dcd35af354aeb5f Mon Sep 17 00:00:00 2001 From: nichkara Date: Sat, 20 Sep 2025 13:51:33 +0200 Subject: [PATCH] Try to run with -y --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e7e4929..b5a50a7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | apt-get install -y curl gcc git - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y - name: Running testbench run: |