Skip to content

Commit

Permalink
ci: Remove "Setup Boost (macOS)" step (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Aug 14, 2020
1 parent ebdd0d3 commit 5a3ff72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a3ff72

Please sign in to comment.