File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ jobs:
190
190
- windows_only : ' # WINDOWS ONLY:'
191
191
- on_windows_and_spm_works : false
192
192
- use_spm : true
193
+ - zstd_installation_command : ' '
193
194
194
195
- os : windows-latest
195
196
unpackage_command : 7z x -t7z
@@ -202,6 +203,7 @@ jobs:
202
203
203
204
- os : macos-14
204
205
triple_suffix : apple-darwin24.1.0
206
+ zstd_installation_command : brew install zstd
205
207
206
208
- os : ubuntu-latest
207
209
triple_suffix : unknown-linux-gnu
@@ -265,6 +267,8 @@ jobs:
265
267
# 7z doesn't support decompressing from a stream or we'd do this all as one statement. Maybe
266
268
# we should find a way to use zstd on windows.
267
269
run : >-
270
+ ${{ matrix.zstd_installation_command }}
271
+
268
272
curl --no-progress-meter -L -O
269
273
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
270
274
${{ env.llvm_url_prefix }}/${{ env.llvm_package_basename }}${{ matrix.llvm_package_suffix }}
You can’t perform that action at this time.
0 commit comments