Skip to content

Commit

Permalink
Install awscli like in moped
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Sep 15, 2023
1 parent 1bb6f68 commit b6c8240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_vz_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
# Get the code first
- name: "Checkout"
uses: actions/checkout@v3
- name: "Install AWS Cli"
run: |
pip3 install awscli
# Run the shell commands using the AWS environment variables
- name: "Build"
env:
Expand Down

0 comments on commit b6c8240

Please sign in to comment.