Skip to content

Commit

Permalink
GH-XXX: [CI][Python] Debug macOS wheel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 8, 2024
1 parent 3420c0d commit 8b66238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/python-wheels/github.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "VCPKG_VERSION=$vcpkg_version" >> $GITHUB_ENV
- name: Install Vcpkg
run: arrow/ci/scripts/install_vcpkg.sh $VCPKG_ROOT $VCPKG_VERSION
run: bash -x arrow/ci/scripts/install_vcpkg.sh $VCPKG_ROOT $VCPKG_VERSION

- name: Add Vcpkg to PATH
run: echo ${VCPKG_ROOT} >> $GITHUB_PATH
Expand Down

0 comments on commit 8b66238

Please sign in to comment.