Skip to content

Commit

Permalink
List homebrew packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Mar 28, 2024
1 parent 5a5f093 commit a96c669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/tasks/python-wheels/github.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
brew install bash bison coreutils ninja
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
- name: Homebrew packages
run: |
brew list
- name: Retrieve VCPKG version from arrow/.env
run: |
vcpkg_version=$(cat "arrow/.env" | grep "VCPKG" | cut -d "=" -f2 | tr -d '"')
Expand Down

0 comments on commit a96c669

Please sign in to comment.