Skip to content

Commit 40037eb

Browse files
authored
Try to install the missing zstd on macOS-14
1 parent b5bf648 commit 40037eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
- windows_only: '# WINDOWS ONLY:'
191191
- on_windows_and_spm_works: false
192192
- use_spm: true
193+
- zstd_installation_command: ''
193194

194195
- os: windows-latest
195196
unpackage_command: 7z x -t7z
@@ -202,6 +203,7 @@ jobs:
202203

203204
- os: macos-14
204205
triple_suffix: apple-darwin24.1.0
206+
zstd_installation_command: brew install zstd
205207

206208
- os: ubuntu-latest
207209
triple_suffix: unknown-linux-gnu
@@ -265,6 +267,8 @@ jobs:
265267
# 7z doesn't support decompressing from a stream or we'd do this all as one statement. Maybe
266268
# we should find a way to use zstd on windows.
267269
run: >-
270+
${{ matrix.zstd_installation_command }}
271+
268272
curl --no-progress-meter -L -O
269273
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
270274
${{ env.llvm_url_prefix }}/${{ env.llvm_package_basename }}${{ matrix.llvm_package_suffix }}

0 commit comments

Comments
 (0)