File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 - name : Prepare toolchain [brew]
129129 if : ${{ matrix.packager == 'brew' }}
130130 run : |
131- brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
131+ brew install autoconf automake libtool ${{ matrix.packages }}
132132
133133 - name : Denormalize parameterization
134134 shell : bash
@@ -353,7 +353,7 @@ jobs:
353353 - name : Prepare toolchain [brew]
354354 if : ${{ matrix.packager == 'brew' }}
355355 run : |
356- brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
356+ brew install autoconf automake libtool ${{ matrix.packages }}
357357
358358 - name : Denormalize parameterization
359359 shell : bash
@@ -552,7 +552,7 @@ jobs:
552552 - name : Prepare toolchain [brew]
553553 if : ${{ matrix.packager == 'brew' }}
554554 run : |
555- brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
555+ brew install autoconf automake libtool ${{ matrix.packages }}
556556
557557 - name : Denormalize parameterization
558558 shell : bash
You can’t perform that action at this time.
0 commit comments