ci: force install libclang deps

This commit is contained in:
2025-09-13 16:08:37 -06:00
parent 06885e3d86
commit 84ffc8b71c
4 changed files with 3 additions and 34 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ jobs:
esac
- name: Install clang + bindgen for musl targets
if: matrix.job.os == 'ubuntu-latest' && contains(matrix.job.target, 'musl')
# if: matrix.job.os == 'ubuntu-latest' && contains(matrix.job.target, 'musl')
shell: bash
run: |
set -euxo pipefail