mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +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 }}
|
||||
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
|
||||
if: startsWith(runner.os, 'macOS')
|
||||
if: runner.os == 'macOS'
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
# This path is specific to macOS - we really only need it for PyPy NumPy wheels
|
||||
|
Loading…
Reference in New Issue
Block a user