Skip to content

Commit

Permalink
chore: add awscli for nightly build (akuity#1115)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <justin@akuity.io>
  • Loading branch information
34fathombelow authored Nov 15, 2023
1 parent a926f27 commit 69a9150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ jobs:
container:
image: golang:1.21.3-bookworm
steps:
- name: Install awscli
run: |
apt update && apt install awscli -y
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/cache@v3
Expand Down

0 comments on commit 69a9150

Please sign in to comment.