ci: fix native server build (#10554)

This commit is contained in:
Brooooooklyn
2025-03-03 05:44:00 +00:00
parent 73fa04e249
commit 18bdf830b4
4 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ runs:
# pass -D_BSD_SOURCE to clang to fix the tree-sitter build issue
run: |
echo "CC=clang -D_BSD_SOURCE" >> "$GITHUB_ENV"
echo "TARGET_CC=clang" >> "$GITHUB_ENV"
echo "TARGET_CC=clang -D_BSD_SOURCE" >> "$GITHUB_ENV"
- name: Cache cargo
uses: Swatinem/rust-cache@v2