From 69ce4c4595f7ec7adeb8d299bfa4cc5050a4b5c5 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 34531934..053ff9a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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