We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2537f79 commit 59e93ddCopy full SHA for 59e93dd
.github/workflows/build-toolchain.yml
@@ -191,7 +191,7 @@ jobs:
191
# LLVM implicitly depends on libzstd if it's found in the system
192
- name: Uninstall libzstd on macOS
193
if: ${{ startsWith(matrix.build_os, 'macos-') }}
194
- run: rm -f /usr/local/lib/pkgconfig/libzstd.pc
+ run: rm -f /usr/local/lib/pkgconfig/libzstd.pc /usr/local/include/zstd.h
195
196
# release-5.9 requires 3.11 or lower Python
197
- uses: actions/setup-python@v5
0 commit comments