We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea40f4 commit e84df40Copy full SHA for e84df40
1 file changed
.github/workflows/jarbuild.yml
@@ -218,8 +218,8 @@ jobs:
218
run: |
219
cd arrow/vcpkg
220
./bootstrap-vcpkg.sh
221
- echo "VCPKG_ROOT_LOCAL=${PWD}/arrow/vcpkg" >> ${GITHUB_ENV}
222
- echo "${PWD}/arrow/vcpkg" >> ${GITHUB_PATH}
+ echo "VCPKG_ROOT_LOCAL=${PWD}" >> ${GITHUB_ENV}
+ echo "${PWD}" >> ${GITHUB_PATH}
223
- name: Clean up disk space
224
225
echo "=== Free disk space before cleanup ==="
0 commit comments