Skip to content

Commit e84df40

Browse files
committed
fix vcpkg root error
1 parent cea40f4 commit e84df40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jarbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
run: |
219219
cd arrow/vcpkg
220220
./bootstrap-vcpkg.sh
221-
echo "VCPKG_ROOT_LOCAL=${PWD}/arrow/vcpkg" >> ${GITHUB_ENV}
222-
echo "${PWD}/arrow/vcpkg" >> ${GITHUB_PATH}
221+
echo "VCPKG_ROOT_LOCAL=${PWD}" >> ${GITHUB_ENV}
222+
echo "${PWD}" >> ${GITHUB_PATH}
223223
- name: Clean up disk space
224224
run: |
225225
echo "=== Free disk space before cleanup ==="

0 commit comments

Comments
 (0)