seems jq is already installed
This commit is contained in:
parent
b376e0cb71
commit
bec851d3ad
@ -67,7 +67,7 @@ jobs:
|
||||
run: |
|
||||
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||
npm install -g @cerc-io/laconic-registry-cli
|
||||
- name: "Install jq"
|
||||
run: sudo apt -y update && sudo apt -y install jq
|
||||
#- name: "Install jq"
|
||||
# run: sudo apt -y update && sudo apt -y install jq
|
||||
- name: "Deploy Namada"
|
||||
run: ./deploy.sh ${{ env.TARGET_REPO }} ${{ needs.check-latest.outputs.latest_tag }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user