ci: fix bug for mac installs

This commit is contained in:
2025-09-13 16:14:33 -06:00
parent 9b5b2a603f
commit a8b3c185c6
4 changed files with 4 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'
shell: bash
run: |
set -euxo pipefail