Skip to content

Commit

Permalink
Remove pkg-config from brew install instructions due to link failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Nov 23, 2024
1 parent 90a6a0f commit f059dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gsl.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Expand Down

0 comments on commit f059dca

Please sign in to comment.