ci: Remove "Setup Boost (macOS)" step (#2395)

This commit is contained in:
Eric Cousineau 2020-08-14 14:16:38 -04:00 committed by GitHub
parent ebdd0d368c
commit 5a3ff72348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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