From f059dca30103d26dcb55bd324282abec2a0acb6b Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Sat, 23 Nov 2024 09:39:34 -0800 Subject: [PATCH] Remove pkg-config from brew install instructions due to link failure. --- templates/gsl.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gsl.ci.yml b/templates/gsl.ci.yml index 055616d..6e7df14 100644 --- a/templates/gsl.ci.yml +++ b/templates/gsl.ci.yml @@ -646,7 +646,7 @@ endfunction # get_sln_tests - 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 }} . .endmacro # emit_step_prepare_toolchain .