Skip to content

Commit

Permalink
Merge pull request #275 from pmienk/master
Browse files Browse the repository at this point in the history
Regenerate artifacts.
  • Loading branch information
pmienk authored Nov 23, 2024
2 parents 3be6cb6 + c12e2f3 commit d0f4efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Prepare toolchain [brew]
if: ${{ matrix.packager == 'brew' }}
run: |
brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
brew install autoconf automake libtool ${{ matrix.packages }}
- name: Denormalize parameterization
shell: bash
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
- name: Prepare toolchain [brew]
if: ${{ matrix.packager == 'brew' }}
run: |
brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
brew install autoconf automake libtool ${{ matrix.packages }}
- name: Denormalize parameterization
shell: bash
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
- name: Prepare toolchain [brew]
if: ${{ matrix.packager == 'brew' }}
run: |
brew install autoconf automake libtool pkg-config ${{ matrix.packages }}
brew install autoconf automake libtool ${{ matrix.packages }}
- name: Denormalize parameterization
shell: bash
Expand Down

0 comments on commit d0f4efd

Please sign in to comment.