Skip to content

Commit 59e93dd

Browse files
Uninstall libzstd on macOS (take 2)
1 parent 2537f79 commit 59e93dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
# LLVM implicitly depends on libzstd if it's found in the system
192192
- name: Uninstall libzstd on macOS
193193
if: ${{ startsWith(matrix.build_os, 'macos-') }}
194-
run: rm -f /usr/local/lib/pkgconfig/libzstd.pc
194+
run: rm -f /usr/local/lib/pkgconfig/libzstd.pc /usr/local/include/zstd.h
195195

196196
# release-5.9 requires 3.11 or lower Python
197197
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)