Skip to content

Commit

Permalink
Merge pull request #247 from signalwire/feat/install-jq
Browse files Browse the repository at this point in the history
install jq
  • Loading branch information
lucasmellos authored Mar 22, 2024
2 parents 687090e + 0f9f397 commit e46485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/swarm-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e46485c

Please sign in to comment.