File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -995,10 +995,11 @@ jobs:
995
995
path : |
996
996
target/${{ matrix.target }}/release/rustup-init
997
997
retention-days : 7
998
- - name : Acquire the AWS tooling
998
+ - name : Ensure that awscli is installed
999
999
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1000
1000
run : |
1001
- pip3 install awscli
1001
+ which aws
1002
+ aws --version
1002
1003
- name : Prepare the dist
1003
1004
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1004
1005
run : |
@@ -1110,10 +1111,11 @@ jobs:
1110
1111
path : |
1111
1112
target/${{ matrix.target }}/release/rustup-init
1112
1113
retention-days : 7
1113
- - name : Acquire the AWS tooling
1114
+ - name : Ensure that awscli is installed
1114
1115
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1115
1116
run : |
1116
- pip3 install awscli
1117
+ which aws
1118
+ aws --version
1117
1119
- name : Prepare the dist
1118
1120
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
1119
1121
run : |
Original file line number Diff line number Diff line change @@ -93,10 +93,11 @@ jobs: # skip-x86_64 skip-aarch64
93
93
path : |
94
94
target/${{ matrix.target }}/release/rustup-init
95
95
retention-days : 7
96
- - name : Acquire the AWS tooling
96
+ - name : Ensure that awscli is installed
97
97
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
98
98
run : |
99
- pip3 install awscli
99
+ which aws
100
+ aws --version
100
101
- name : Prepare the dist
101
102
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
102
103
run : |
You can’t perform that action at this time.
0 commit comments