From e8c53129bc3bc16622bd3b95fc322a77d64ab20e Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Fri, 14 Nov 2025 04:48:32 +0100 Subject: [PATCH] non serve sudo --- .forgejo/workflows/graph-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/graph-updater.yml b/.forgejo/workflows/graph-updater.yml index ec98127..1259dd7 100644 --- a/.forgejo/workflows/graph-updater.yml +++ b/.forgejo/workflows/graph-updater.yml @@ -18,7 +18,7 @@ jobs: - name: Apt update run: | - sudo apt update + apt update - name: Install jq if needed (used to validate json files) run: |