From bcc08063a8c0cebe7235f6f743dec5be04b4abbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Fri, 2 Jul 2021 13:54:43 +0200 Subject: [PATCH] Fix macOS wheel template --- dev/tasks/python-wheels/github.osx.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev/tasks/python-wheels/github.osx.yml b/dev/tasks/python-wheels/github.osx.yml index a2e5c0af21b..00588c5cccb 100644 --- a/dev/tasks/python-wheels/github.osx.yml +++ b/dev/tasks/python-wheels/github.osx.yml @@ -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: |