diff --git a/.forgejo/workflows/graph-updater.yml b/.forgejo/workflows/graph-updater.yml index 1259dd7..ec98127 100644 --- a/.forgejo/workflows/graph-updater.yml +++ b/.forgejo/workflows/graph-updater.yml @@ -18,7 +18,7 @@ jobs: - name: Apt update run: | - apt update + sudo apt update - name: Install jq if needed (used to validate json files) run: |