Skip to content

Commit

Permalink
Merge pull request #330 from pmienk/master
Browse files Browse the repository at this point in the history
Remove pkg-config from brew install instructions due to link failure.
  • Loading branch information
pmienk authored Nov 23, 2024
2 parents 90a6a0f + f059dca commit ddbe57a
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 ddbe57a

Please sign in to comment.