File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments