mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-18 06:30:54 +00:00
ci: include Boost (#2393)
This commit is contained in:
parent
fb042d692f
commit
cba4a98546
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -80,8 +80,16 @@ jobs:
|
|||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
architecture: ${{ matrix.arch }}
|
architecture: ${{ matrix.arch }}
|
||||||
|
|
||||||
|
- name: Setup Boost
|
||||||
|
if: runner.os != 'macOS'
|
||||||
|
run: echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
|
||||||
|
|
||||||
|
- name: Setup Boost (macOS)
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: brew install boost
|
||||||
|
|
||||||
- name: Cache wheels
|
- name: Cache wheels
|
||||||
if: startsWith(runner.os, 'macOS')
|
if: runner.os == 'macOS'
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
# This path is specific to macOS - we really only need it for PyPy NumPy wheels
|
# This path is specific to macOS - we really only need it for PyPy NumPy wheels
|
||||||
|
Loading…
Reference in New Issue
Block a user