mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 15:54:12 +00:00
ci: Remove "Setup Boost (macOS)" step (#2395)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -84,10 +84,6 @@ jobs:
|
||||
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: runner.os == 'macOS'
|
||||
uses: actions/cache@v2
|
||||
|
||||
Reference in New Issue
Block a user