From 6cf631ebd3e0dc5377288510bc120ec1404539a3 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 6 Nov 2024 20:14:12 +0900 Subject: [PATCH] Remove garbage --- dev/tasks/python-wheels/github.linux.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev/tasks/python-wheels/github.linux.yml b/dev/tasks/python-wheels/github.linux.yml index 727a0e53caac0..b2afc93fdd523 100644 --- a/dev/tasks/python-wheels/github.linux.yml +++ b/dev/tasks/python-wheels/github.linux.yml @@ -50,20 +50,6 @@ jobs: {{ macros.github_install_archery()|indent }} {{ macros.github_login_dockerhub()|indent }} - - name: Cache vcpkg - uses: actions/cache@v4 - with: - path: vcpkg - key: python-wheel-manylinux-{{ manylinux_version }}-{{ "${{ hashFiles('ci/vcpkg/vcpkg.json') }}" }} - restore-keys: python-wheel-manylinux-{{ manylinux_version }}- - - - name: Export GitHub Actions cache environment variables - uses: actions/github-script@v7 - with: - script: | - core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); - core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - - name: Build wheel shell: bash run: |