mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-22 08:29:23 +00:00
ci: Remove "Setup Boost (macOS)" step (#2395)
This commit is contained in:
parent
ebdd0d368c
commit
5a3ff72348
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -84,10 +84,6 @@ jobs:
|
|||||||
if: runner.os != 'macOS'
|
if: runner.os != 'macOS'
|
||||||
run: echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
|
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: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user