Skip to content

Commit ceb5982

Browse files
committed
vcpkg: move checked out repo to avoid long running hash operation.
1 parent 08116e2 commit ceb5982

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jarbuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ jobs:
209209
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
210210
with:
211211
repository: Microsoft/vcpkg
212-
path: arrow/cpp/submodules/vcpkg
212+
path: arrow/vcpkg
213213
- name: Install vcpkg
214214
run: |
215-
cd arrow/cpp/submodules/vcpkg
215+
cd arrow/vcpkg
216216
./bootstrap-vcpkg.sh
217-
echo "VCPKG_ROOT=${PWD}/arrow/cpp/submodules/vcpkg" >> ${GITHUB_ENV}
218-
echo "${PWD}/arrow/cpp/submodules/vcpkg" >> ${GITHUB_PATH}
217+
echo "VCPKG_ROOT=${PWD}/arrow/vcpkg" >> ${GITHUB_ENV}
218+
echo "${PWD}/arrow/vcpkg" >> ${GITHUB_PATH}
219219
- name: Install dependencies
220220
run: |
221221
# Ensure updating python@XXX with the "--overwrite" option.

0 commit comments

Comments
 (0)