Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions dev/tasks/python-wheels/github.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
- name: Install System Dependencies
run: brew install bison coreutils ninja cmake

- uses: actions/cache@v2
id: vcpkg-cache
with:
path: vcpkg
key: vcpkg-{{ macos_deployment_target }}-{{ vcpkg_version }}-{{ "${{ hashFiles('arrow/ci/vcpkg/**') }}" }}
# - uses: actions/cache@v2
# id: vcpkg-cache
# with:
# path: vcpkg
# key: vcpkg-{{ macos_deployment_target }}-{{ vcpkg_version }}-{{ "${{ hashFiles('arrow/ci/vcpkg/**') }}" }}

- name: Install Vcpkg
if: steps.vcpkg-cache.outputs.cache-hit != 'true'
# if: steps.vcpkg-cache.outputs.cache-hit != 'true'
shell: bash
run: arrow/ci/scripts/install_vcpkg.sh $VCPKG_VERSION $VCPKG_ROOT
run: arrow/ci/scripts/install_vcpkg.sh {{ vcpkg_version }} $VCPKG_ROOT

- name: Install Packages
run: |
Expand Down