From c12e2f32377de5215088912b2727114556b95f86 Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Sat, 23 Nov 2024 09:37:49 -0800 Subject: [PATCH] Regenerate artifacts. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6cbe45..2bccd09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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