File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -565,11 +565,11 @@ jobs:
565
565
path : |
566
566
target/${{ matrix.target }}/release/rustup-init
567
567
retention-days : 7
568
- - name : Acquire the AWS tooling
568
+ - name : Ensure that awscli is installed
569
569
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
570
570
run : |
571
- pip3 install -U setuptools
572
- pip3 install awscli
571
+ which aws
572
+ aws --version
573
573
- name : Prepare the dist
574
574
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
575
575
run : |
@@ -714,11 +714,11 @@ jobs:
714
714
path : |
715
715
target/${{ matrix.target }}/release/rustup-init
716
716
retention-days : 7
717
- - name : Acquire the AWS tooling
717
+ - name : Ensure that awscli is installed
718
718
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
719
719
run : |
720
- pip3 install -U setuptools
721
- pip3 install awscli
720
+ which aws
721
+ aws --version
722
722
- name : Prepare the dist
723
723
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
724
724
run : |
@@ -885,11 +885,11 @@ jobs:
885
885
path : |
886
886
target/${{ matrix.target }}/release/rustup-init
887
887
retention-days : 7
888
- - name : Acquire the AWS tooling
888
+ - name : Ensure that awscli is installed
889
889
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
890
890
run : |
891
- pip3 install -U setuptools
892
- pip3 install awscli
891
+ which aws
892
+ aws --version
893
893
- name : Prepare the dist
894
894
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
895
895
run : |
Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ jobs: # skip-master skip-pr skip-stable
153
153
path : |
154
154
target/${{ matrix.target }}/release/rustup-init
155
155
retention-days : 7
156
- - name : Acquire the AWS tooling
156
+ - name : Ensure that awscli is installed
157
157
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
158
158
run : |
159
- pip3 install -U setuptools
160
- pip3 install awscli
159
+ which aws
160
+ aws --version
161
161
- name : Prepare the dist
162
162
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
163
163
run : |
You can’t perform that action at this time.
0 commit comments