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
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
854d3d2980
commit
e29e64be10
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue