File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1114,6 +1114,7 @@ jobs:
1114
1114
- name : Ensure that awscli is installed
1115
1115
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
1116
1116
run : |
1117
+ brew install --overwrite awscli
1117
1118
which aws
1118
1119
aws --version
1119
1120
- name : Prepare the dist
@@ -1245,6 +1246,7 @@ jobs:
1245
1246
- name : Ensure that awscli is installed
1246
1247
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
1247
1248
run : |
1249
+ brew install --overwrite awscli
1248
1250
which aws
1249
1251
aws --version
1250
1252
- name : Prepare the dist
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ jobs: # skip-x86_64 skip-aarch64
99
99
- name : Ensure that awscli is installed
100
100
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
101
101
run : |
102
+ brew install --overwrite awscli
102
103
which aws
103
104
aws --version
104
105
- name : Prepare the dist
You can’t perform that action at this time.
0 commit comments