Use my tap

release/4.3a0
Fan Jiang 2020-11-02 11:01:43 -05:00
parent 63ca1c1f5e
commit d8089c7132
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@ jobs:
- name: Install (macOS)
if: runner.os == 'macOS'
run: |
brew install cmake ninja boost@1.60
brew tap ProfFan/robotics
brew install cmake ninja boost@1.68
if [ "${{ matrix.compiler }}" = "gcc" ]; then
brew install gcc@${{ matrix.version }}
echo "::set-env name=CC::gcc-${{ matrix.version }}"

View File

@ -87,7 +87,8 @@ jobs:
- name: Install (macOS)
if: runner.os == 'macOS'
run: |
brew install cmake ninja boost@1.60
brew tap ProfFan/robotics
brew install cmake ninja boost@1.68
if [ "${{ matrix.compiler }}" = "gcc" ]; then
brew install gcc@${{ matrix.version }}
echo "::set-env name=CC::gcc-${{ matrix.version }}"