Skip to content

Commit

Permalink
Try to fix macos build for jsonl
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 12, 2024
1 parent 4fb7b04 commit ac21554
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/generate_jsonl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ jobs:
with:
args: install llvm


- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install gettext
brew link gettext --force
brew install llvm
- name: Disable automatic CRLF conversion
run: git config --global core.autocrlf false

Expand All @@ -63,6 +71,7 @@ jobs:
if: runner.os == 'macOS'
run: |
export PATH="/usr/local/opt/llvm/bin:$PATH"
export PATH="/usr/local/opt/gettext/bin:$PATH"
clang --version
chmod +x bin/generate-make-jsonl
bin/generate-make-jsonl darwin generic --export
Expand Down

0 comments on commit ac21554

Please sign in to comment.