Merge pull request #1 from tmcg0/develop

Merging in some brew fixes that had previously caused CI to fail
release/4.3a0
Tim McGrath 2020-11-03 10:45:27 -05:00 committed by GitHub
commit ccba5c4156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

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

View File

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