Skip to content

Commit d73b20f

Browse files
authored
Merge pull request #522 from pmienk/master
Regenerate artifacts.
2 parents 946ed38 + cef7e6d commit d73b20f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)