From d848aabc19cbbcdc4455b1612a14204574dc563a Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Fri, 14 Nov 2025 04:47:45 +0100 Subject: [PATCH] diviso update da scaricare jq --- .forgejo/workflows/graph-updater.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/graph-updater.yml b/.forgejo/workflows/graph-updater.yml index 1159ab5..ec98127 100644 --- a/.forgejo/workflows/graph-updater.yml +++ b/.forgejo/workflows/graph-updater.yml @@ -16,9 +16,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Apt update + run: | + sudo apt update + - name: Install jq if needed (used to validate json files) run: | - sudo apt update && sudo apt install -y jq + sudo apt install -y jq - name: Validate arf.json run: |