Skip to content

Commit

Permalink
Merge pull request #696 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 d0c1b75 + 69ce4c4 commit 2785748
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 @@ -128,7 +128,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 @@ -353,7 +353,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 @@ -552,7 +552,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 2785748

Please sign in to comment.