From cd5287163271a6faaa4a3584781636c023a783ed Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Mon, 2 Jun 2025 13:55:27 +0200 Subject: [PATCH] Remove sudo from ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 34617a9..72b4b33 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: # uses: actions/checkout@v3 - name: Install build tools - run: sudo apt update && sudo apt install -y build-essential zip + run: apt update && apt install -y build-essential zip - name: Compile project run: make