Use explict tap name
parent
1ee5650fc7
commit
dddc97c487
|
@ -36,7 +36,7 @@ jobs:
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew tap ProfFan/my
|
brew tap ProfFan/my
|
||||||
brew install cmake ninja boost@1.59
|
brew install cmake ninja ProfFan/my/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 }}"
|
||||||
|
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew tap ProfFan/my
|
brew tap ProfFan/my
|
||||||
brew install cmake ninja boost@1.59
|
brew install cmake ninja ProfFan/my/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