diviso update da scaricare jq
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Has been cancelled
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:
parent
e29e64be10
commit
d848aabc19
1 changed files with 5 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue