From a31f034e33a33048c18638e57434725306f02731 Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Fri, 14 Nov 2025 04:52:55 +0100 Subject: [PATCH] =?UTF-8?q?fanculo,=20provo=20senza=20aggiornare=20jq=20ch?= =?UTF-8?q?e=20tanto=20c'=C3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/graph-updater.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/graph-updater.yml b/.forgejo/workflows/graph-updater.yml index ec98127..9b3ca0d 100644 --- a/.forgejo/workflows/graph-updater.yml +++ b/.forgejo/workflows/graph-updater.yml @@ -16,13 +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 install -y jq + # - name: Apt update + # run: | + # sudo apt update + # + # - name: Install jq if needed (used to validate json files) + # run: | + # sudo apt install -y jq - name: Validate arf.json run: |