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 @@ -134,7 +134,7 @@ jobs:
134134 - name : Prepare toolchain [brew]
135135 if : ${{ matrix.packager == 'brew' }}
136136 run : |
137- brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
137+ brew install autoconf automake libtool ${{ matrix.packages }}
138138
139139 - name : Denormalize parameterization
140140 shell : bash
@@ -366,7 +366,7 @@ jobs:
366366 - name : Prepare toolchain [brew]
367367 if : ${{ matrix.packager == 'brew' }}
368368 run : |
369- brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
369+ brew install autoconf automake libtool ${{ matrix.packages }}
370370
371371 - name : Denormalize parameterization
372372 shell : bash
@@ -569,7 +569,7 @@ jobs:
569569 - name : Prepare toolchain [brew]
570570 if : ${{ matrix.packager == 'brew' }}
571571 run : |
572- brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
572+ brew install autoconf automake libtool ${{ matrix.packages }}
573573
574574 - name : Denormalize parameterization
575575 shell : bash
You can’t perform that action at this time.
0 commit comments