Use my tap
parent
d8089c7132
commit
1ee5650fc7
|
@ -35,8 +35,8 @@ jobs:
|
||||||
- name: Install (macOS)
|
- name: Install (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew tap ProfFan/robotics
|
brew tap ProfFan/my
|
||||||
brew install cmake ninja boost@1.68
|
brew install cmake ninja boost@1.59
|
||||||
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 }}"
|
||||||
|
|
|
@ -87,8 +87,8 @@ jobs:
|
||||||
- name: Install (macOS)
|
- name: Install (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew tap ProfFan/robotics
|
brew tap ProfFan/my
|
||||||
brew install cmake ninja boost@1.68
|
brew install cmake ninja boost@1.59
|
||||||
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 }}"
|
||||||
|
|
Loading…
Reference in New Issue