From 350456c8550ab91ed05d85f3f054e2967a94b82a Mon Sep 17 00:00:00 2001 From: nichkara Date: Sat, 20 Sep 2025 13:49:25 +0200 Subject: [PATCH] Adding dependencies --- .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 e105430..e7e4929 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | - apt-get install -y curl + apt-get install -y curl gcc git curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - name: Running testbench