Skip to content

Commit 438586c

Browse files
committed
ci(macos): install awscli from brew
1 parent 95de749 commit 438586c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ jobs:
11141114
- name: Ensure that awscli is installed
11151115
if: github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
11161116
run: |
1117+
brew install --overwrite awscli
11171118
which aws
11181119
aws --version
11191120
- name: Prepare the dist
@@ -1245,6 +1246,7 @@ jobs:
12451246
- name: Ensure that awscli is installed
12461247
if: github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
12471248
run: |
1249+
brew install --overwrite awscli
12481250
which aws
12491251
aws --version
12501252
- name: Prepare the dist

ci/actions-templates/macos-builds-template.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs: # skip-x86_64 skip-aarch64
9999
- name: Ensure that awscli is installed
100100
if: github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
101101
run: |
102+
brew install --overwrite awscli
102103
which aws
103104
aws --version
104105
- name: Prepare the dist

0 commit comments

Comments
 (0)