Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit d570649

Browse files
committed
ARROW-7726: [CI] [C++] Use boost binaries on Windows GHA build
[skip appveyor]
1 parent 19b0d4b commit d570649

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,15 @@ jobs:
175175
ARROW_BUILD_STATIC: OFF
176176
ARROW_BOOST_USE_SHARED: OFF
177177
ARROW_VERBOSE_THIRDPARTY_BUILD: OFF
178-
BOOST_SOURCE: BUNDLED
178+
BOOST_ROOT: C:\local\boost_1_67_0
179+
BOOST_LIBRARYDIR: C:\local\boost_1_67_0\lib64-msvc-14.1\
179180
steps:
180181
- name: Disable Crash Dialogs
181182
run: reg add "HKCU\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v DontShowUI /t REG_DWORD /d 1 /f
183+
- name: Installed Packages
184+
run: choco list -l
185+
- name: Install Boost
186+
run: choco install -y boost-msvc-14.1
182187
- name: Checkout Arrow
183188
uses: actions/checkout@v1
184189
with:

0 commit comments

Comments
 (0)