Skip to content

Commit d0f4efd

Browse files
authored
Merge pull request #275 from pmienk/master
Regenerate artifacts.
2 parents 3be6cb6 + c12e2f3 commit d0f4efd

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

0 commit comments

Comments
 (0)