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: |