Skip to content

Commit 276892c

Browse files
lidavidmkou
andauthored
chore: fix macOS Go 1.24 CI (#334)
### Rationale for this change CI was failing. ### What changes are included in this PR? Explicitly include Arrow in PKG_CONFIG_PATH. ### Are these changes tested? Yes ### Are there any user-facing changes? No --------- Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 3852eaf commit 276892c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
run: brew install apache-arrow
215215
- name: Setup PKG_CONFIG_PATH
216216
run: |
217-
echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
217+
echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig:$(brew --prefix)/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
218218
- name: Build
219219
run: |
220220
ci/scripts/build.sh $(pwd)

0 commit comments

Comments
 (0)