Skip to content

Commit

Permalink
ARROW-8195: [CI][C++][MSVC] Use preinstalled Boost
Browse files Browse the repository at this point in the history
Closes #6705 from kou/ci-cpp-msvc-use-system-boost

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Mar 24, 2020
1 parent d0eb1d9 commit 1e1959c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ jobs:
ARROW_BUILD_STATIC: OFF
ARROW_BOOST_USE_SHARED: OFF
ARROW_VERBOSE_THIRDPARTY_BUILD: OFF
BOOST_ROOT: C:\local\boost_1_67_0
BOOST_LIBRARYDIR: C:\local\boost_1_67_0\lib64-msvc-14.1\
NPROC: 2
steps:
- name: Disable Crash Dialogs
Expand All @@ -206,7 +204,7 @@ jobs:
- name: Installed Packages
run: choco list -l
- name: Install Dependencies
run: choco install -y --no-progress openssl boost-msvc-14.1
run: choco install -y --no-progress openssl
- name: Checkout Arrow
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1e1959c

Please sign in to comment.