From cef7e6d4ed8ee65a5e15e24dda1d0a8264b35dd4 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 350c0930..1ad25fcb 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