Skip to content

Commit

Permalink
install cloud-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenasadosa committed Apr 2, 2024
1 parent f004c4e commit a9720a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: install dependencies.
run: |
sudo apt-get update -y
sudo apt-get install -y cloud-utils
- name: Run deployment
run: "$GITHUB_WORKSPACE/github.sh"
shell: bash
Expand Down

0 comments on commit a9720a3

Please sign in to comment.