Skip to content

Commit f3fb9ad

Browse files
committed
install aws cli
1 parent 5641136 commit f3fb9ad

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

.github/workflows/master.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4345,6 +4345,12 @@ jobs:
43454345
submodules: true
43464346
fetch-depth: 0
43474347
filter: tree:0
4348+
- name: Install aws cli
4349+
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
4350+
uses: unfor19/install-aws-cli-action@v1
4351+
with:
4352+
version: 2
4353+
arch: arm64
43484354
- name: Create source tar
43494355
run: |
43504356
cd .. && tar czf $RUNNER_TEMP/build_source.src.tar.gz ClickHouse/

.github/workflows/pull_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4279,6 +4279,12 @@ jobs:
42794279
submodules: true
42804280
fetch-depth: 0
42814281
filter: tree:0
4282+
- name: Install aws cli
4283+
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
4284+
uses: unfor19/install-aws-cli-action@v1
4285+
with:
4286+
version: 2
4287+
arch: arm64
42824288
- name: Create source tar
42834289
run: |
42844290
cd .. && tar czf $RUNNER_TEMP/build_source.src.tar.gz ClickHouse/

.github/workflows/release_builds.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,12 @@ jobs:
12261226
submodules: true
12271227
fetch-depth: 0
12281228
filter: tree:0
1229+
- name: Install aws cli
1230+
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
1231+
uses: unfor19/install-aws-cli-action@v1
1232+
with:
1233+
version: 2
1234+
arch: arm64
12291235
- name: Create source tar
12301236
run: |
12311237
cd .. && tar czf $RUNNER_TEMP/build_source.src.tar.gz ClickHouse/

ci/praktika/yaml_additional_templates.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ class AltinityWorkflowTemplates:
142142
submodules: true
143143
fetch-depth: 0
144144
filter: tree:0
145+
- name: Install aws cli
146+
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
147+
uses: unfor19/install-aws-cli-action@v1
148+
with:
149+
version: 2
150+
arch: arm64
145151
- name: Create source tar
146152
run: |
147153
cd .. && tar czf $RUNNER_TEMP/build_source.src.tar.gz ClickHouse/

0 commit comments

Comments
 (0)