fix: apt update e non apt get
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Has been cancelled

This commit is contained in:
Freekkettone 2025-11-14 04:39:38 +01:00
parent 854d3d2980
commit e29e64be10

View file

@ -18,7 +18,7 @@ jobs:
- name: Install jq if needed (used to validate json files) - name: Install jq if needed (used to validate json files)
run: | run: |
sudo apt-get update && sudo apt-get install -y jq sudo apt update && sudo apt install -y jq
- name: Validate arf.json - name: Validate arf.json
run: | run: |