From cfbacfcc7eff6dc79b4a4975225aef25020746f8 Mon Sep 17 00:00:00 2001 From: nichkara Date: Sat, 20 Sep 2025 13:56:40 +0200 Subject: [PATCH] Trying to use a file in temporary --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b5a50a7..27d4e7b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -20,7 +20,9 @@ jobs: - name: Install dependencies run: | apt-get install -y curl gcc git - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > ./rustup.sh + chmod +x rustup.sh + ./rustup.sh -y - name: Running testbench run: |