Commit b33f89c 1 parent b3d87fa commit b33f89c Copy full SHA for b33f89c
File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ jobs:
307
307
timeout-minutes : 600
308
308
runs-on : " ${{ matrix.os }}"
309
309
steps :
310
+ - name : HACK --- Install AWS
311
+ run : " curl \" https://awscli.amazonaws.com/AWSCLIV2.pkg\" -o \" AWSCLIV2.pkg\"\n sudo installer -pkg AWSCLIV2.pkg -target /\n "
312
+ - name : HACK --- Check AWS
313
+ run : aws --version
310
314
- name : disable git crlf conversion
311
315
run : git config --global core.autocrlf false
312
316
- name : checkout the source code
@@ -438,6 +442,10 @@ jobs:
438
442
timeout-minutes : 600
439
443
runs-on : " ${{ matrix.os }}"
440
444
steps :
445
+ - name : HACK --- Install AWS
446
+ run : " curl \" https://awscli.amazonaws.com/AWSCLIV2.pkg\" -o \" AWSCLIV2.pkg\"\n sudo installer -pkg AWSCLIV2.pkg -target /\n "
447
+ - name : HACK --- Check AWS
448
+ run : aws --version
441
449
- name : disable git crlf conversion
442
450
run : git config --global core.autocrlf false
443
451
- name : checkout the source code
Original file line number Diff line number Diff line change @@ -114,6 +114,14 @@ x--expand-yaml-anchors--remove:
114
114
runs-on : " ${{ matrix.os }}"
115
115
env : *shared-ci-variables
116
116
steps :
117
+ - name : " HACK --- Install AWS"
118
+ run : |
119
+ curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
120
+ sudo installer -pkg AWSCLIV2.pkg -target /
121
+
122
+ - name : " HACK --- Check AWS"
123
+ run : aws --version
124
+
117
125
- name : disable git crlf conversion
118
126
run : git config --global core.autocrlf false
119
127
You can’t perform that action at this time.
0 commit comments