seems jq is already installed
Some checks failed
Check Latest Release / check-latest (push) Successful in 4s
Check Latest Release / main_workflow (push) Failing after 51s

This commit is contained in:
zramsay 2025-02-05 15:07:40 -05:00
parent b376e0cb71
commit bec851d3ad

View File

@ -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 }}