We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08116e2 commit ceb5982Copy full SHA for ceb5982
.github/workflows/jarbuild.yml
@@ -209,13 +209,13 @@ jobs:
209
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
210
with:
211
repository: Microsoft/vcpkg
212
- path: arrow/cpp/submodules/vcpkg
+ path: arrow/vcpkg
213
- name: Install vcpkg
214
run: |
215
- cd arrow/cpp/submodules/vcpkg
+ cd arrow/vcpkg
216
./bootstrap-vcpkg.sh
217
- echo "VCPKG_ROOT=${PWD}/arrow/cpp/submodules/vcpkg" >> ${GITHUB_ENV}
218
- echo "${PWD}/arrow/cpp/submodules/vcpkg" >> ${GITHUB_PATH}
+ echo "VCPKG_ROOT=${PWD}/arrow/vcpkg" >> ${GITHUB_ENV}
+ echo "${PWD}/arrow/vcpkg" >> ${GITHUB_PATH}
219
- name: Install dependencies
220
221
# Ensure updating python@XXX with the "--overwrite" option.
0 commit comments