Use my tap
parent
d8089c7132
commit
1ee5650fc7
|
@ -35,8 +35,8 @@ jobs:
|
|||
- name: Install (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew tap ProfFan/robotics
|
||||
brew install cmake ninja boost@1.68
|
||||
brew tap ProfFan/my
|
||||
brew install cmake ninja boost@1.59
|
||||
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
||||
brew install gcc@${{ matrix.version }}
|
||||
echo "::set-env name=CC::gcc-${{ matrix.version }}"
|
||||
|
|
|
@ -87,8 +87,8 @@ jobs:
|
|||
- name: Install (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew tap ProfFan/robotics
|
||||
brew install cmake ninja boost@1.68
|
||||
brew tap ProfFan/my
|
||||
brew install cmake ninja boost@1.59
|
||||
if [ "${{ matrix.compiler }}" = "gcc" ]; then
|
||||
brew install gcc@${{ matrix.version }}
|
||||
echo "::set-env name=CC::gcc-${{ matrix.version }}"
|
||||
|
|
Loading…
Reference in New Issue