diff --git a/.github/actions/swarm-deploy/action.yml b/.github/actions/swarm-deploy/action.yml index 7b75375b..442170e1 100644 --- a/.github/actions/swarm-deploy/action.yml +++ b/.github/actions/swarm-deploy/action.yml @@ -22,6 +22,9 @@ outputs: runs: using: "composite" steps: + - name: Install dependencies + run: sudo apt update ; sudo apt install curl -yq + shell: bash - name: Deploy to Swarm id: deploy shell: bash