From 0f9f397482361c9601d72f662b90532d2daf04b3 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Fri, 22 Mar 2024 15:31:23 -0300 Subject: [PATCH] install jq --- .github/actions/swarm-deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/swarm-deploy/action.yml b/.github/actions/swarm-deploy/action.yml index 442170e1..d3ae001e 100644 --- a/.github/actions/swarm-deploy/action.yml +++ b/.github/actions/swarm-deploy/action.yml @@ -23,7 +23,7 @@ runs: using: "composite" steps: - name: Install dependencies - run: sudo apt update ; sudo apt install curl -yq + run: sudo apt update ; sudo apt install curl jq -yq shell: bash - name: Deploy to Swarm id: deploy