release/4.3a0
Fan Jiang 2020-11-02 11:01:43 -05:00
padre 63ca1c1f5e
commit d8089c7132
Se han modificado 2 ficheros con 4 adiciones y 2 borrados

Ver fichero

@ -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 }}"

Ver fichero

@ -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 }}"