File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments