Skip to content

Commit

Permalink
Github action: install awscli on MacOS X amd64 as it is omitted from …
Browse files Browse the repository at this point in the history
…the base image.
  • Loading branch information
mikeov committed Oct 23, 2023
1 parent 46e7c18 commit a2c7213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
brew install boost || true
brew install macfuse || true
brew install go || true
brew install awscli || true
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit a2c7213

Please sign in to comment.