Skip to content

Commit

Permalink
ci(macos): install awscli from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Aug 12, 2024
1 parent 95de749 commit 438586c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@ jobs:
- name: Ensure that awscli is installed
if: github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
run: |
brew install --overwrite awscli
which aws
aws --version
- name: Prepare the dist
Expand Down Expand Up @@ -1245,6 +1246,7 @@ jobs:
- name: Ensure that awscli is installed
if: github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
run: |
brew install --overwrite awscli
which aws
aws --version
- name: Prepare the dist
Expand Down
1 change: 1 addition & 0 deletions ci/actions-templates/macos-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs: # skip-x86_64 skip-aarch64
- name: Ensure that awscli is installed
if: github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
run: |
brew install --overwrite awscli
which aws
aws --version
- name: Prepare the dist
Expand Down

0 comments on commit 438586c

Please sign in to comment.