From 2f73263e4b3e9a85f5c3c44a1d6d63a441276099 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Wed, 4 Dec 2024 11:30:59 -0500 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 fc909f7a..4e8cca7c 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