mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
Merge branch 'master' into smart_holder
This commit is contained in:
commit
212a083dc0
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -67,9 +67,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Setup Boost (Windows / Linux latest)
|
- name: Setup Boost (Linux)
|
||||||
shell: bash
|
if: runner.os == 'Linux'
|
||||||
run: echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
|
run: sudo apt-get install libboost-dev
|
||||||
|
|
||||||
|
- name: Setup Boost (macOS)
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: brew install boost
|
||||||
|
|
||||||
- name: Update CMake
|
- name: Update CMake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.8
|
uses: jwlawson/actions-setup-cmake@v1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user